Back to Devexpress

TileView.OptionsView Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-63aa2b93.md

latest1.5 KB
Original Source

TileView.OptionsView Property

Contains options that affect the general appearance of the Tile View.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
TileViewOptionsView

The options that control the general appearance of the Tile View.

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace