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

LookUpColumnInfo.Visible Property

Gets or sets the visibility of the current column.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the column is visible; otherwise, false.

Remarks

The Visible property allows you to specify the visibility of the column.

The dropdown window of a lookup editor displays only those columns whose Visible property is set to true. The column order is controlled by the order in which columns appear in the RepositoryItemLookUpEdit.Columns collection.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Visible property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also