TreeListColumnBuilder<T> Members
Represents a TreeList column.Constructors
Name | Description |
---|---|
TreeListColumnBuilder(OptionsOwnerContext) | For internal use only. Initializes a new TreeListColumnBuilder<T> class instance. |
Methods
Name | Description |
---|---|
Alignment(HorizontalAlignment) |
Mirrors the client-side alignment option.
|
AllowEditing(JS) |
Mirrors the client-side allowEditing option.
|
AllowEditing(Boolean) |
Mirrors the client-side allowEditing option.
|
AllowFiltering(JS) |
Mirrors the client-side allowFiltering option.
|
AllowFiltering(Boolean) |
Mirrors the client-side allowFiltering option.
|
AllowFixing(JS) |
Mirrors the client-side allowFixing option.
|
AllowFixing(Boolean) |
Mirrors the client-side allowFixing option.
|
AllowHeaderFiltering(JS) |
Mirrors the client-side allowHeaderFiltering option.
|
AllowHeaderFiltering(Boolean) |
Mirrors the client-side allowHeaderFiltering option.
|
AllowHiding(JS) |
Mirrors the client-side allowHiding option.
|
AllowHiding(Boolean) |
Mirrors the client-side allowHiding option.
|
AllowReordering(JS) |
Mirrors the client-side allowReordering option.
|
AllowReordering(Boolean) |
Mirrors the client-side allowReordering option.
|
AllowResizing(JS) |
Mirrors the client-side allowResizing option.
|
AllowResizing(Boolean) |
Mirrors the client-side allowResizing option.
|
AllowSearch(JS) |
Mirrors the client-side allowSearch option.
|
AllowSearch(Boolean) |
Mirrors the client-side allowSearch option.
|
AllowSorting(JS) |
Mirrors the client-side allowSorting option.
|
AllowSorting(Boolean) |
Mirrors the client-side allowSorting option.
|
Buttons(Action<CollectionFactory<TreeListColumnButtonBuilder>>) |
Provides access to the client-side buttons option that represents a TreeList column button collection.
|
Buttons(IEnumerable<TreeListColumnButtonName>) |
Mirrors the client-side buttons option.
|
CalculateCellValue(RazorBlock) |
Mirrors the client-side calculateCellValue option.
|
CalculateCellValue(String) |
Mirrors the client-side calculateCellValue option.
|
CalculateDisplayValue(JS) |
Mirrors the client-side calculateDisplayValue option.
|
CalculateDisplayValue(String) |
Mirrors the client-side calculateDisplayValue option.
|
CalculateFilterExpression(RazorBlock) |
Mirrors the client-side calculateFilterExpression option.
|
CalculateFilterExpression(String) |
Mirrors the client-side calculateFilterExpression option.
|
CalculateSortValue(JS) |
Mirrors the client-side calculateSortValue option.
|
CalculateSortValue(String) |
Mirrors the client-side calculateSortValue option.
|
Caption(JS) |
Mirrors the client-side caption option.
|
Caption(String) |
Mirrors the client-side caption option.
|
CellTemplate(JS) |
Specifies the client-side cellTemplate .
|
CellTemplate(RazorBlock) |
Specifies the client-side cellTemplate .
|
CellTemplate(TemplateName) |
Specifies the client-side cellTemplate .
|
CellTemplate(String) |
Specifies the client-side cellTemplate .
|
Columns(JS) |
Mirrors the client-side columns option.
|
Columns(Action<CollectionFactory<TreeListColumnBuilder<T>>>) |
Provides access to the client-side columns option that represents a TreeList column collection.
|
Columns(IEnumerable<String>) |
Mirrors the client-side columns option.
|
CssClass(JS) |
Mirrors the client-side cssClass option.
|
CssClass(String) |
Mirrors the client-side cssClass option.
|
CustomizeText(RazorBlock) |
Mirrors the client-side customizeText option.
|
CustomizeText(String) |
Mirrors the client-side customizeText 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.
|
EditCellTemplate(JS) |
Specifies the client-side editCellTemplate .
|
EditCellTemplate(RazorBlock) |
Specifies the client-side editCellTemplate .
|
EditCellTemplate(TemplateName) |
Specifies the client-side editCellTemplate .
|
EditCellTemplate(String) |
Specifies the client-side editCellTemplate .
|
EditorOptions(Object) |
Mirrors the client-side editorOptions option.
|
EncodeHtml(JS) |
Mirrors the client-side encodeHtml option.
|
EncodeHtml(Boolean) |
Mirrors the client-side encodeHtml option.
|
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
FalseText(JS) |
Mirrors the client-side falseText option.
|
FalseText(String) |
Mirrors the client-side falseText option.
|
FilterOperations(JS) | |
FilterOperations(IEnumerable<GridFilterOperations>) | |
FilterOperations(IEnumerable<String>) | |
FilterType(FilterType) |
Mirrors the client-side filterType option.
|
FilterValue(Object) |
Mirrors the client-side filterValue option.
|
FilterValues(JS) |
Mirrors the client-side filterValues option.
|
FilterValues(IEnumerable) |
Mirrors the client-side filterValues option.
|
Fixed(JS) |
Mirrors the client-side fixed option.
|
Fixed(Boolean) |
Mirrors the client-side fixed option.
|
FixedPosition(HorizontalEdge) |
Mirrors the client-side fixedPosition option.
|
Format(Format) |
Mirrors the client-side format option.
|
Format(JS) |
Mirrors the client-side format option.
|
Format(Action<FormatBuilder>) |
Mirrors the client-side format object.
|
Format(String) |
Mirrors the client-side format option.
|
FormItem(Action<FormSimpleItemBuilder>) |
Mirrors the client-side formItem object.
|
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HeaderCellTemplate(JS) |
Specifies the client-side headerCellTemplate .
|
HeaderCellTemplate(RazorBlock) |
Specifies the client-side headerCellTemplate .
|
HeaderCellTemplate(TemplateName) |
Specifies the client-side headerCellTemplate .
|
HeaderCellTemplate(String) |
Specifies the client-side headerCellTemplate .
|
HeaderFilter(Action<TreeListColumnHeaderFilterBuilder>) |
Mirrors the client-side headerFilter object.
|
HidingPriority(JS) |
Mirrors the client-side hidingPriority option.
|
HidingPriority(Int32) |
Mirrors the client-side hidingPriority option.
|
IsBand(JS) |
Mirrors the client-side isBand option.
|
IsBand(Boolean) |
Mirrors the client-side isBand option.
|
Lookup(Action<TreeListColumnLookupBuilder>) |
Mirrors the client-side lookup object.
|
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MinWidth(JS) |
Mirrors the client-side minWidth option.
|
MinWidth(Double) |
Mirrors the client-side minWidth option.
|
Name(JS) |
Mirrors the client-side name option.
|
Name(String) |
Mirrors the client-side name option.
|
Option(String, Object) | Specifies an option by its name. |
OwnerBand(JS) |
Mirrors the client-side ownerBand option.
|
OwnerBand(Double) |
Mirrors the client-side ownerBand option.
|
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RenderAsync(JS) |
Mirrors the client-side renderAsync option.
|
RenderAsync(Boolean) |
Mirrors the client-side renderAsync option.
|
SelectedFilterOperation(FilterOperations) |
Mirrors the client-side selectedFilterOperation option.
|
SetCellValue(RazorBlock) |
Mirrors the client-side setCellValue option.
|
SetCellValue(String) |
Mirrors the client-side setCellValue option.
|
ShowEditorAlways(JS) |
Mirrors the client-side showEditorAlways option.
|
ShowEditorAlways(Boolean) |
Mirrors the client-side showEditorAlways option.
|
ShowInColumnChooser(JS) |
Mirrors the client-side showInColumnChooser option.
|
ShowInColumnChooser(Boolean) |
Mirrors the client-side showInColumnChooser option.
|
SortIndex(JS) |
Mirrors the client-side sortIndex option.
|
SortIndex(Int32) |
Mirrors the client-side sortIndex option.
|
SortingMethod(RazorBlock) |
Mirrors the client-side sortingMethod option.
|
SortingMethod(String) |
Mirrors the client-side sortingMethod option.
|
SortOrder(SortOrder) |
Mirrors the client-side sortOrder option.
|
ToString() | Returns a string that represents the current object. Inherited from Object. |
TrueText(JS) |
Mirrors the client-side trueText option.
|
TrueText(String) |
Mirrors the client-side trueText option.
|
Type(TreeListCommandColumnType) |
Mirrors the client-side type option.
|
ValidationRules(Action<ValidationRulesFactory>) |
Mirrors the client-side validationRules 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
Feedback