Skip to main content
A newer version of this page is available. .

LookUpColumnInfoCollection.VisibleCount Property

Gets the number of visible lookup columns.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

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