TileView.OptionsBehavior Property
Provides access to settings that manage typical TileView behavior.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TileViewOptionsBehavior OptionsBehavior { get; }
Property Value
Type | Description |
---|---|
TileViewOptionsBehavior | A TileViewOptionsBehavior object that stores settings which manage typical TileView behavior. |
See Also