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

LookupDefinitionBase..::..VisibleColumns Property

Gets the visible columns.

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

Syntax


public IReadOnlyList<LookupColumnDefinitionBase> VisibleColumns { get; }
Public ReadOnly Property VisibleColumns As IReadOnlyList(Of LookupColumnDefinitionBase)
	Get
public:
property IReadOnlyList<LookupColumnDefinitionBase^>^ VisibleColumns {
	IReadOnlyList<LookupColumnDefinitionBase^>^ get ();
}

Field Value

The visible columns.