Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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
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