Skip to main content

TreeListColumn.OptionsEditForm Property

Provides access to settings applied to the Edit Form.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

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

Property Value

Type Description
TreeListOptionsColumnEditForm

An object that contains settings applied to the Edit Form.

Remarks

The TreeList.OptionsEditForm property provides access the Edit Form setting for all columns. The TreeListColumn.OptionsEditForm provides access to Edit Form settings for the current column.

  • Caption — gets or sets the caption for the editor that corresponds to the current column in the Edit Form.
  • CaptionLocation — gets or sets whether the caption is located at the editor’s near edge, over the editor, or hidden.
  • ColumnSpan — gets or sets the number of layout columns that the editor occupies.
  • RowSpan — gets or sets the number of layout rows that the editor occupies.
  • StartNewRow — gets or sets whether the editor starts a new row in the layout.
  • UseEditorColRowSpan — gets or sets whether the default number of layout columns and rows that the editor occupies depends on the editor type.
  • VisibleIndex — gets or sets the editor’s index in the layout. If set to 0, the editor is displayed according to its index in the control.
See Also