BootstrapGridViewDataColumnSettingsBuilder Members
Provides options for data columns.Methods
| Name | Description |
|---|---|
| AllowAutoFilter(Nullable<Boolean>) | Sets whether end-users can filter data by the column’s values. |
| AllowAutoFilterTextInputTimer(Nullable<Boolean>) | Sets whether the filter expression entered by an end-user within the auto-filter row cell is automatically applied. |
| AllowCellMerge(Nullable<Boolean>) | |
| AllowDragDrop(Nullable<Boolean>) | Sets whether end-users can drag the column’s header. |
| AllowEllipsisInText(Nullable<Boolean>) | |
| AllowFilterBySearchPanel(Nullable<Boolean>) | Sets whether end-users can filter data by the column’s (row’s for VerticalGrid) display text using the search panel. |
| AllowGroup(Nullable<Boolean>) | Sets whether grid data can be grouped by the current column. |
| AllowHeaderFilter(Nullable<Boolean>) | Sets whether the filter button is displayed within the current column’s (row’s for VerticalGrid) header. |
| AllowSort(Nullable<Boolean>) | Sets whether the column’s (row’s for VerticalGrid) values can be sorted. |
| AutoFilterCondition(AutoFilterCondition) | Specifies the type of comparison operator used by filter row to create filter conditions for the current column. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
| FilterMode(ColumnFilterMode) | Sets how column (row for VerticalGrid) values are filtered. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GroupInterval(ColumnGroupInterval) | Sets how data rows are grouped when grouping by the current column is applied. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ShowEditorInBatchEditMode(Boolean) | Specifies whether an editor is displayed for a read-only cell in batch edit mode. |
| ShowFilterRowMenu(Nullable<Boolean>) | Sets whether filter row buttons are displayed within the auto filter row. |
| ShowFilterRowMenuLikeItem(Nullable<Boolean>) | Sets whether the Like item is displayed within the filter row menu. |
| SortMode(ColumnSortMode) | Sets how the column’s (row’s for VerticalGrid) data is sorted when sorting is applied to it. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also