BootstrapGridViewCommandButtonsSettingsBuilder Methods
Provide access to properties that allow customizing the settings of grid command buttons.| Name | Description |
|---|---|
| ApplyFilterButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
| CancelButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | The Cancel command button’s settings. |
| ClearFilterButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
| CustomizationDialogApplyButton(Action<BootstrapGridViewCustomizationDialogCommandButtonSettingsBuilder>) | The Apply button’s settings in the Customization Dialog. |
| CustomizationDialogCloseButton(Action<BootstrapGridViewCustomizationDialogCommandButtonSettingsBuilder>) | The Close button’s settings in the Customization Dialog%>. |
| DeleteButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | The Delete command button’s settings. |
| EditButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | The Edit command button’s settings. |
| EncodeHtml(Boolean) | Sets a value that specifies whether a command button’s display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. |
| 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. |
| HideAdaptiveDetailButton(Action<BootstrapGridViewAdaptiveCommandButtonSettingsBuilder>) | The Hide Adaptive Detail command item’s settings. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| NewButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | The New command button’s settings. |
| RecoverButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RenderMode(GridCommandButtonRenderMode) | Specifies the render mode of command buttons in GridView. |
| SearchPanelApplyButton(Action<BootstrapGridViewSearchPanelCommandButtonSettingsBuilder>) | Settings of the Apply command button displayed in the search panel. |
| SearchPanelClearButton(Action<BootstrapGridViewSearchPanelCommandButtonSettingsBuilder>) | Settings of the Clear command button displayed in the search panel. |
| SelectButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | The Select command button’s settings. |
| ShowAdaptiveDetailButton(Action<BootstrapGridViewAdaptiveCommandButtonSettingsBuilder>) | The Show Adaptive Detail command button’s settings. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UpdateButton(Action<BootstrapGridViewCommandButtonSettingsBuilder>) | The Update command button’s settings. |
See Also