Back to Devexpress

TileView.ColumnSet Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-d6eae01a.md

latest3.5 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(282)]
[DXCategory("Options")]
public TileViewColumns ColumnSet { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(282)>
<DXCategory("Options")>
Public ReadOnly Property ColumnSet As TileViewColumns

Property Value

TypeDescription
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.

Enable the StoreColumnSet option to serialize the ColumnSet property value when you save the layout to a file, stream, or registry. See Save and Restore Grid Layout for more information.

See Also

Tile View

StoreColumnSet

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace