LookUpColumnInfo.Visible Property
Gets or sets the visibility of the current column.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
Related GitHub Examples
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.