Skip to main content

BootstrapGridViewCommandColumnBuilder Methods

Represents a command column.
Name Description
AdaptivePriority(Int32) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
AllowDragDrop(Nullable<Boolean>) Sets whether end-users can drag the column’s header.
AllowTextTruncationInAdaptiveMode(Boolean) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
ButtonRenderMode(GridCommandButtonRenderMode) Specifies the render mode of the command buttons for the current command column.
Caption(String) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
CellRowSpan(Int32)
Columns(Action<BootstrapGridViewColumnCollectionBuilder>)
CssClasses(Action<BootstrapGridViewCommandColumnCssClassesBuilder>) Provides access to CSS classes applied to visual elements of a Grid View command column.
CustomButtons(Action<BootstrapGridViewCommandColumnCustomButtonCollectionBuilder>)
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.
ExportWidth(Int32) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
FilterTemplate(TemplateContent) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
FilterTemplate(TemplateContentCallback<BootstrapGridViewFilterCellTemplateContainerSettings>) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
FooterTemplate(TemplateContent) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
FooterTemplate(TemplateContentCallback<BootstrapGridViewFooterCellTemplateContainerSettings>) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GroupFooterTemplate(TemplateContent) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
GroupFooterTemplate(TemplateContentCallback<BootstrapGridViewGroupFooterCellTemplateContainerSettings>) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
HeaderBadge(Action<BootstrapBadgePropertiesBuilder>) Settings of a badge displayed within the command column header.
HeaderCaptionTemplate(TemplateContent) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
HeaderCaptionTemplate(TemplateContentCallback<BootstrapGridViewHeaderTemplateContainerSettings>) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
HeaderTemplate(TemplateContent) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
HeaderTemplate(TemplateContentCallback<BootstrapGridViewHeaderTemplateContainerSettings>) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
HorizontalAlign(HorizontalAlign) This property is not in effect for the BootstrapGridViewCommandColumnBuilder class.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinWidth(Int32)
Name(String) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectAllCheckboxMode(GridViewSelectAllCheckBoxMode) Specifies the Select All check box visibility and selection mode.
ShowApplyFilterButton(Boolean) Specifies whether the Apply command button is displayed in the command column.
ShowCancelButton(Boolean) Specifies whether the Cancel command button is displayed in the command column.
ShowClearFilterButton(Boolean) Specifies whether the Clear command button is displayed in the command column.
ShowDeleteButton(Boolean) Specifies whether the Delete command button is displayed in the command column.
ShowEditButton(Boolean) Specifies whether the Edit command button is displayed in the command column.
ShowInCustomizationDialog(Boolean)
ShowNewButton(Boolean) Specifies whether the New command button is displayed in the command column.
ShowNewButtonInHeader(Boolean) Specifies whether the New command button is displayed in the command column header.
ShowRecoverButton(Boolean) Specifies whether the Recover command button is displayed in the command column.
ShowSelectButton(Boolean) Specifies whether the Select command button is displayed in the command column.
ShowSelectCheckbox(Boolean) Sets whether an editor(a check box or radio button) used to select/deselect data rows is shown.
ShowUpdateButton(Boolean) Specifies whether the Update command button is displayed in the command column.
ToolTip(String) Sets the text displayed when the mouse pointer hovers over the control. Inherited from BootstrapGridViewColumnBaseBuilder<T>.
ToString() Inherited from BootstrapGridViewColumnBaseBuilder<T>.
Visible(Boolean) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
VisibleIndex(Int32) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
Width(Int32) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
Width(String) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
See Also