Skip to main content
A newer version of this page is available. .

FileManagerDetailsColumnBuilder Methods

Represents a column when the FileManager is in details view mode.
Name Description
Alignment(HorizontalAlignment) Mirrors the client-side alignment option.
Caption(JS) Mirrors the client-side caption option.
Caption(String) Mirrors the client-side caption option.
CssClass(JS) Mirrors the client-side cssClass option.
CssClass(String) Mirrors the client-side cssClass option.
DataField(JS) Mirrors the client-side dataField option.
DataField(String) Mirrors the client-side dataField option.
DataType(GridColumnDataType) 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) Mirrors the client-side hidingPriority option.
HidingPriority(Int32) 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) Mirrors the client-side sortIndex option.
SortIndex(Int32) Mirrors the client-side sortIndex option.
SortOrder(SortOrder) Mirrors the client-side sortOrder option.
ToString() Returns a string that represents the current object. Inherited from Object.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
VisibleIndex(JS) Mirrors the client-side visibleIndex option.
VisibleIndex(Int32) Mirrors the client-side visibleIndex option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
Width(String) Mirrors the client-side width option.
See Also