Back to Devexpress

TreeListColumn.OptionsEditForm Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-0b3e2eee.md

latest2.9 KB
Original Source

TreeListColumn.OptionsEditForm Property

Provides access to settings applied to the Edit Form.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsColumnEditForm OptionsEditForm { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsEditForm As TreeListOptionsColumnEditForm

Property Value

TypeDescription
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

FormCaptionFormat

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace