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

TileView.ColumnSet Property

Provides access to the set of properties that take GridColumns as values, and affect tile behavior and visual states.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

[DXCategory("Options")]
public TileViewColumns ColumnSet { get; }

Property Value

Type Description
TileViewColumns

A TileViewColumn collection that stores properties that take GridColumns as values, and affect tile behavior and visual states.

Remarks

Using the ColumnSet property, you can access four properties:

See the Tile View topic to learn more.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ColumnSet 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