LookUpColumnInfoCollection.VisibleCount Property
Gets the number of visible lookup columns.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer which represents the number of visible lookup columns. |
Remarks
A column is visible if its LookUpColumnInfo.Visible property is set to true. Use the VisibleCount property to get the number of visible columns. To obtain a column by its visible index, use the LookUpColumnInfoCollection.GetVisibleColumn method.
See Also