Back to Devexpress

TreeListOptionsColumnEditForm Members

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionscolumneditform-dot-underscore-members.md

latest5.8 KB
Original Source

TreeListOptionsColumnEditForm Members

Represents a set of options that specify an editor for a column in the Edit Form.

Constructors

NameDescription
TreeListOptionsColumnEditForm()Initializes a new instance of the TreeListOptionsColumnEditForm class.

Properties

NameDescription
CaptionGets or sets the caption for the editor that corresponds to the current column in the Edit Form.
CaptionLocationGets or sets whether the caption is located at the editor’s near edge, over the editor, or hidden.
ColumnSpanGets or sets the number of layout columns that the editor occupies.
RowSpanGets or sets the number of layout rows that the editor occupies.
StartNewRowGets or sets whether the editor starts a new row in the layout.
UseEditorColRowSpanGets or sets whether the number of layout columns and rows that the editor occupies depend on the editor type.
VisibleGets or sets whether the editor for this column is displayed in the Edit Form.
VisibleIndexGets or sets the editor’s position number in the layout. If set to 0 , the editor is displayed according to its position number in the tree list.

Methods

NameDescription
Assign(BaseOptions)Assigns the specified object’s property values to the current object’s corresponding properties.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all options to their default values. Inherited from BaseOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

See Also

TreeListOptionsColumnEditForm Class

DevExpress.XtraTreeList.Columns Namespace