Skip to main content

LookUpColumnInfoCollection.VisibleCount Property

Gets the number of visible lookup columns.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int VisibleCount { get; }

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