BootstrapGridViewSettingsBuilder Methods
Provides view options for the BootstrapGridViewBuilder control.| Name | Description |
|---|---|
| ColumnMinWidth(Int32) | |
| 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. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| GridLines(GridLines) | Sets the gridline style for the GridView. |
| GroupFormat(String) | Sets the text pattern for group rows. |
| GroupFormatForMergedGroup(String) | |
| GroupFormatForMergedGroupRow(String) | |
| GroupSummaryTextSeparator(String) | Sets a separator dividing multiple summary texts displayed within group rows. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| MergedGroupSeparator(String) | |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ShowColumnHeaders(Boolean) | Sets whether column headers are displayed. |
| ShowFilterRow(Boolean) | Sets whether the filter row is displayed. |
| ShowFilterRowMenu(Boolean) | Sets whether filter row buttons are displayed within the auto filter row. |
| ShowFilterRowMenuLikeItem(Boolean) | Sets whether the Like item is displayed within the filter row menu. |
| ShowFooter(Boolean) | Sets whether the view’s footer is displayed. |
| ShowGroupButtons(Boolean) | Sets whether group expand buttons are displayed within group rows. |
| ShowGroupedColumns(Boolean) | Sets whether the grouped columns are displayed within the GridView. |
| ShowGroupFooter(GridViewGroupFooterMode) | Sets a value that specifies the GridView group footers visibility. |
| ShowGroupPanel(Boolean) | Sets whether the Group Panel is displayed. |
| ShowHeaderFilterBlankItems(Boolean) | Sets a value that specifies whether the filter dropdown contains service filter items (‘Blanks’ and ‘Non blanks’) to allow filtering data by blank and non blank values. |
| ShowHeaderFilterButton(Boolean) | Sets whether column/row headers display filter buttons. |
| ShowHeaderFilterListBoxSearchUI(Boolean) | |
| ShowPreview(Boolean) | Sets whether preview rows are displayed. |
| ShowStatusBar(GridViewStatusBarMode) | Sets whether the status bar is displayed. |
| ShowTitlePanel(Boolean) | Sets whether the title panel is displayed. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UseFixedTableLayout(Boolean) |
See Also