Skip to main content
A newer version of this page is available. .

TileView.OptionsSelection Property

Provides access to the View’s selection settings.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(4)]
public TileViewOptionsSelection OptionsSelection { get; }

Property Value

Type Description
TileViewOptionsSelection

The View’s selection settings.

See Also