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

TreeList.OptionsEditForm Property

Provides access to options that specify the Edit Form — a modal form used to edit cell values.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsEditForm OptionsEditForm { get; }

Property Value

Type Description
TreeListOptionsEditForm

An object that contains Edit Form options.

See Also