FileManagerDetailsColumnBuilder Methods
Represents a column when the FileManager is in details view mode.| Name | Description |
|---|---|
| Alignment(HorizontalAlignment) | Specifies the column alignment. Mirrors the client-side alignment option. |
| Caption(JS) | Specifies the column caption. Mirrors the client-side caption option. |
| Caption(String) | Specifies the column caption. Mirrors the client-side caption option. |
| CssClass(JS) | Mirrors the client-side cssClass option. |
| CssClass(String) | Mirrors the client-side cssClass option. |
| DataField(JS) | Specifies which data field provides data for the column. Mirrors the client-side dataField option. |
| DataField(String) | Specifies which data field provides data for the column. Mirrors the client-side dataField option. |
| DataType(GridColumnDataType) | Configures the columns. Mirrors the client-side dataType option. |
| 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. |
| HidingPriority(JS) | Specifies the order in which columns are hidden when the UI component adapts to the screen or container size. Mirrors the client-side hidingPriority option. |
| HidingPriority(Int32) | Specifies the order in which columns are hidden when the UI component adapts to the screen or container size. Mirrors the client-side hidingPriority option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Option(String, Object) | Specifies an option by its name. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SortIndex(JS) | Specifies the order in which the column is sorted. Mirrors the client-side sortIndex option. |
| SortIndex(Int32) | Specifies the order in which the column is sorted. Mirrors the client-side sortIndex option. |
| SortOrder(SortOrder) | Specifies the sort order of column values. Mirrors the client-side sortOrder option. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(JS) | Specifies the column visibility. Mirrors the client-side visible option. |
| Visible(Boolean) | Specifies the column visibility. Mirrors the client-side visible option. |
| VisibleIndex(JS) | Configures the columns. Mirrors the client-side visibleIndex option. |
| VisibleIndex(Int32) | Configures the columns. Mirrors the client-side visibleIndex option. |
| Width(JS) | Specifies the column width. Mirrors the client-side width option. |
| Width(Double) | Specifies the column width. Mirrors the client-side width option. |
| Width(String) | Specifies the column width. Mirrors the client-side width option. |
See Also