TileView.OptionsSelection Property
In This Article
Provides access to the View’s selection settings.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TileViewOptionsSelection OptionsSelection { get; }
#Property Value
Type | Description |
---|---|
Tile |
The View’s selection settings. |
See Also