TreeListOptionsColumnEditForm Members
Represents a set of options that specify an editor for a column in the Edit Form.Constructors
Name | Description |
---|---|
TreeListOptionsColumnEditForm() | Initializes a new instance of the TreeListOptionsColumnEditForm class. |
Properties
Name | Description |
---|---|
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 number of layout columns and rows that the editor occupies depend on the editor type. |
Visible | Gets or sets whether the editor for this column is displayed in the Edit Form. |
VisibleIndex | Gets 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
Name | Description |
---|---|
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) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines 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