Back to Devexpress

TileView.OptionsBehavior Property

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

latest1.8 KB
Original Source

TileView.OptionsBehavior Property

Provides access to settings that manage typical TileView behavior.

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 TileViewOptionsBehavior OptionsBehavior { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(4)>
Public ReadOnly Property OptionsBehavior As TileViewOptionsBehavior

Property Value

TypeDescription
TileViewOptionsBehavior

A TileViewOptionsBehavior object that stores settings which manage typical TileView behavior.

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace