RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.Lookup Namespace
RingSoft.DbMaintenance Namespace

LookupColumnDefinitionBase..::..HasNavProperties Property

Gets a value indicating whether this instance has nav properties.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool HasNavProperties { get; set; }
Public Property HasNavProperties As Boolean
	Get
	Set
public:
property bool^ HasNavProperties {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance has nav properties; otherwise, false.