TileView.OptionsEditForm Property
In This Article
Provides display and behavior settings of an Edit Form, which is used to edit tiles.
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)]
public TileViewOptionsEditForm OptionsEditForm { get; }
#Property Value
Type | Description |
---|---|
Tile |
An object that contains an Edit Form’s display and behavior settings. |
#Remarks
To allow tiles to be edited using an Edit Form, set the TileViewOptionsBehavior.EditingMode property to EditForm.
See Also