Skip to main content

BootstrapGridViewProgressBarColumnBuilder Methods

Represents a data column with the progress bar editor.
Name Description
AdaptivePriority(Int32) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
AllowTextTruncationInAdaptiveMode(Boolean) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
Caption(String) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
CellRowSpan(Int32) Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
CssClasses(Action<BootstrapGridViewColumnCssClassesBuilder>) Provides access to CSS classes applied to visual elements of a Grid View data column. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
DataItemTemplate(TemplateContent) Sets a template for displaying data cells within the current column. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
DataItemTemplate(TemplateContentCallback<BootstrapGridViewDataItemTemplateContainerSettings>) Sets a template for displaying data cells within the current column. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
EditItemTemplate(TemplateContent) Sets a template for displaying edit cells which correspond to the current column. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
EditItemTemplate(TemplateContentCallback<BootstrapGridViewEditItemTemplateContainerSettings>) Sets a template for displaying edit cells which correspond to the current column. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
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>.
FieldName(String) Sets the name of the database field assigned to the current column. Inherited from BootstrapGridViewDataColumnBuilderBase<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>.
GroupIndex(Int32) Sets a value that specifies whether the column takes part in grouping and at which level. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
GroupRowTemplate(TemplateContent) Sets a template for displaying group rows. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
GroupRowTemplate(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings>) Sets a template for displaying group rows. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
HeaderBadge(Action<BootstrapBadgePropertiesBuilder>) Specifies settings of a badge displayed within the data column header. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
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) Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinWidth(Int32) Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
Name(String) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
PropertiesProgressBar(Action<BootstrapProgressBarPropertiesBuilder>) The column editor’s settings.
ReadOnly(Boolean) Sets whether end-users are allowed to edit the column’s cell values. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Settings(Action<BootstrapGridViewDataColumnSettingsBuilder>) Provides access to the column’s options. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
SettingsEditForm(Action<BootstrapGridColumnEditFormSettingsBuilder>) Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
SettingsHeaderFilter(Action<BootstrapGridViewDataColumnHeaderFilterSettingsBuilder>) Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
ShowInCustomizationDialog(Boolean) Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
SortIndex(Int32) Sets the column’s position among sorted columns. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
SortOrder(ColumnSortOrder) Sets the column’s sort order. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
ToolTip(String) Sets the text displayed when the mouse pointer hovers over the control. Inherited from BootstrapGridViewColumnBaseBuilder<T>.
ToString() Inherited from BootstrapGridViewColumnBaseBuilder<T>.
UnboundExpression(String) Sets an expression used to evaluate values for the current unbound column. Inherited from BootstrapGridViewDataColumnBuilderBase<T>.
UnboundType(UnboundColumnType) Sets the data type and binding mode of the column. Inherited from BootstrapGridViewDataColumnBuilderBase<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