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

TileView.OptionsEditForm Property

Provides display and behavior settings of an Edit Form, which is used to edit tiles.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TileViewOptionsEditForm OptionsEditForm { get; }

Property Value

Type Description
TileViewOptionsEditForm

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