Skip to main content

TileView.OptionsView Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
TileViewOptionsView

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

See Also