Skip to main content

BootstrapGridViewDataColumnBuilderBase<T> Methods

Name Description
AdaptivePriority(Int32) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
AllowTextTruncationInAdaptiveMode(Boolean) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
Caption(String) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
CellRowSpan(Int32)
CssClasses(Action<BootstrapGridViewColumnCssClassesBuilder>) Provides access to CSS classes applied to visual elements of a Grid View data column.
DataItemTemplate(TemplateContent) Sets a template for displaying data cells within the current column.
DataItemTemplate(TemplateContentCallback<BootstrapGridViewDataItemTemplateContainerSettings>) Sets a template for displaying data cells within the current column.
EditItemTemplate(TemplateContent) Sets a template for displaying edit cells which correspond to the current column.
EditItemTemplate(TemplateContentCallback<BootstrapGridViewEditItemTemplateContainerSettings>) Sets a template for displaying edit cells which correspond to 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.
ExportWidth(Int32) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
FieldName(String) Sets the name of the database field assigned to the current column.
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.
GroupRowTemplate(TemplateContent) Sets a template for displaying group rows.
GroupRowTemplate(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings>) Sets a template for displaying group rows.
HeaderBadge(Action<BootstrapBadgePropertiesBuilder>) Specifies settings of a badge displayed within the data 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)
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
MinWidth(Int32)
Name(String) Inherited from BootstrapGridViewColumnBaseBuilder<T>.
ReadOnly(Boolean) Sets whether end-users are allowed to edit the column’s cell values.
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.
SettingsEditForm(Action<BootstrapGridColumnEditFormSettingsBuilder>)
SettingsHeaderFilter(Action<BootstrapGridViewDataColumnHeaderFilterSettingsBuilder>)
ShowInCustomizationDialog(Boolean)
SortIndex(Int32) Sets the column’s position among sorted columns.
SortOrder(ColumnSortOrder) Sets the column’s sort order.
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.
UnboundType(UnboundColumnType) Sets the data type and binding mode of the column.
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