Skip to main content

BootstrapGridViewBuilder Methods

A control that provides a two-dimensional representation of data from a data source in grid format
Name Description
Bind(Object) Binds the control to the specified data source. Inherited from BootstrapGridViewBuilderBase<T>.
BindToLINQ(IQueryable) Binds the Grid View to a queryable data source on the server mode. Inherited from BootstrapGridViewBuilderBase<T>.
BindToXPO(Session, Type) Establishes a server-mode data binding via DevExpress eXpress Persistent Objects for .NET (XPO) ORM. Inherited from BootstrapGridViewBuilderBase<T>.
BindToXPO<TEntity>(XPQuery<TEntity>) Establishes a server-mode data binding via DevExpress eXpress Persistent Objects for .NET (XPO) ORM. Inherited from BootstrapGridViewBuilderBase<T>.
Caption(String) Sets the text to render in the GridView’s HTML caption element. Inherited from BootstrapGridViewBuilderBase<T>.
ClientSideEvents(Action<BootstrapGridViewClientSideEventsBuilder>) Lists the client-side events specific to the control. Inherited from BootstrapGridViewBuilderBase<T>.
ClientVisible(Boolean) Sets a value that specifies the initial visibility state of a web control on the client. Inherited from BootstrapGridViewBuilderBase<T>.
Columns(Action<BootstrapGridViewColumnCollectionBuilder>) Provides access to the Grid View column collection. Inherited from BootstrapGridViewBuilderBase<T>.
CssClasses(Action<BootstrapGridViewCssClassesBuilder>) Provides access to CSS classes applied to the control’s visual elements. Inherited from BootstrapGridViewBuilderBase<T>.
CssClassesEditor(Action<BootstrapGridViewEditorCssClassesBuilder>) Provides access to CSS classes applied to visual elements of cell editors. Inherited from BootstrapGridViewBuilderBase<T>.
CssClassesFormLayout(Action<BootstrapGridViewFormLayoutCssClassesBuilder>) Provides access to CSS classes applied to the Edit Form’s visual elements. Inherited from BootstrapGridViewBuilderBase<T>.
CssClassesPager(Action<BootstrapGridViewPagerCssClassesBuilder>) Provides access to CSS classes applied to the pager’s visual elements. Inherited from BootstrapGridViewBuilderBase<T>.
EditErrorText(String) Inherited from BootstrapGridViewBuilderBase<T>.
EnableCallbackAnimation(Boolean) Sets a value that specifies whether a specific animation effect is used when a control’s content is updated via a callback. Inherited from BootstrapGridViewBuilderBase<T>.
EnableCallbackCompression(Boolean) Sets whether callback compression is enabled. Inherited from BootstrapGridViewBuilderBase<T>.
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EnableRowsCache(Boolean) Sets whether row data caching is enabled. Inherited from BootstrapGridViewBuilderBase<T>.
EncodeHtml(Boolean) Inherited from BootstrapControlBuilder<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.
FormatConditions(Action<BootstrapGridViewFormatConditionCollectionBuilder>) Provides access to a collection of format condition rules. Inherited from BootstrapGridViewBuilderBase<T>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GroupSummary(Action<BootstrapSummaryItemCollectionBuilder>) Provides access to group summary items. Inherited from BootstrapGridViewBuilderBase<T>.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
KeyFieldName(String) Sets the name of the data source key field. Inherited from BootstrapGridViewBuilderBase<T>.
KeyFieldName(String[]) Sets the names of the data source key fields. Inherited from BootstrapGridViewBuilderBase<T>.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Inherited from BootstrapControlBuilder<T>.
OnBeforeHeaderFilterFillItems(Action<IBootstrapGridView, IBootstrapGridViewBeforeHeaderFilterFillItemsEventArgs>) Enables you to provide custom filter items instead of default ones displayed within a filter dropdown. Inherited from BootstrapGridViewBuilderBase<T>.
OnBeforeRender(Action<IBootstrapGridView, IEventArgs>) Enables you to perform custom actions before the control is rendered into a web page. Inherited from BootstrapGridViewBuilderBase<T>.
OnCommandButtonInitialize(Action<IBootstrapGridView, IBootstrapGridViewCommandButtonEventArgs>) Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomCellMerge(Action<IBootstrapGridView, IBootstrapGridViewCustomCellMergeEventArgs>) Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomColumnDisplayText(Action<IBootstrapGridView, IBootstrapGridViewColumnDisplayTextEventArgs>) Enables custom display text to be provided for any cell. Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomColumnGroup(Action<IBootstrapGridView, IBootstrapGridViewCustomColumnSortEventArgs>) Enables you to group data using custom rules. Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomColumnSort(Action<IBootstrapGridView, IBootstrapGridViewCustomColumnSortEventArgs>) Enables you to sort data using custom rules. Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomGroupDisplayText(Action<IBootstrapGridView, IBootstrapGridViewColumnDisplayTextEventArgs>) Enables you to provide custom content for group rows. Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomJSProperties(Action<IBootstrapGridView, ICustomJSPropertiesEventArgs>) Enables you to supply any server data that can then be parsed on the client. Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomPreviewDisplayText(Action<IBootstrapGridView, IBootstrapGridViewPreviewDisplayTextEventArgs>) Enables you to provide custom display text for preview rows. Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomSummaryCalculate(Action<IBootstrapGridView, IBootstrapGridViewCustomSummaryEventArgs>) Inherited from BootstrapGridViewBuilderBase<T>.
OnCustomUnboundColumnData(Action<IBootstrapGridView, IBootstrapGridViewColumnDataEventArgs>) Enables data to be supplied to unbound columns. Inherited from BootstrapGridViewBuilderBase<T>.
OnDataBinding(Action<IBootstrapGridView, IEventArgs>) Inherited from BootstrapGridViewBuilderBase<T>.
OnHeaderFilterFillItems(Action<IBootstrapGridView, IBootstrapGridViewHeaderFilterEventArgs>) Enables you to add custom filter items which filter data by the current column, to ones displayed within a filter dropdown. Inherited from BootstrapGridViewBuilderBase<T>.
OnInitialized(Action<IBootstrapGridView, IEventArgs>) Enables you to perform custom actions after the control is initialized. Inherited from BootstrapGridViewBuilderBase<T>.
OnSummaryDisplayText(Action<IBootstrapGridView, IBootstrapGridViewSummaryDisplayTextEventArgs>) Inherited from BootstrapGridViewBuilderBase<T>.
PreviewEncodeHtml(Boolean) Sets a value that specifies whether the preview row’s display text containing HTML code should be parsed and rendered as a pure HTML markup or should be represented as text on a page. Inherited from BootstrapGridViewBuilderBase<T>.
PreviewFieldName(String) Sets the name of the data source field whose values are displayed within the preview rows. Inherited from BootstrapGridViewBuilderBase<T>.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Routes(Action<GridViewRouteCollectionBuilder>) Specifies a collection of routes for Grid View‘s updates or performing other Controller-side operations on demand. Inherited from BootstrapGridViewBuilderBase<T>.
Settings(Action<BootstrapGridViewSettingsBuilder>) Provides access to the control’s display options. Inherited from BootstrapGridViewBuilderBase<T>.
SettingsAdaptivity(Action<BootstrapGridViewAdaptivitySettingsBuilder>) Provides access to the grid layout adaptivity settings.
SettingsBehavior(Action<BootstrapGridViewBehaviorSettingsBuilder>) Provides access to the control’s behavior settings. Inherited from BootstrapGridViewBuilderBase<T>.
SettingsBootstrap(Action<BootstrapGridViewBootstrapSpecificSettingsBuilder>) Provides access to the control’s rendering settings affecting features specific to the Bootstrap framework. Inherited from BootstrapGridViewBuilderBase<T>.
SettingsCommandButton(Action<BootstrapGridViewCommandButtonsSettingsBuilder>) Provides access to the settings of the control’s command buttons. Inherited from BootstrapGridViewBuilderBase<T>.
SettingsCookies(Action<BootstrapGridViewCookiesSettingsBuilder>) Provides access to the control’s cookie and layout settings. Inherited from BootstrapGridViewBuilderBase<T>.
SettingsCustomizationDialog(Action<BootstrapGridViewCustomizationDialogSettingsBuilder>) Inherited from BootstrapGridViewBuilderBase<T>.
SettingsDetail(Action<BootstrapGridViewDetailSettingsBuilder>) Inherited from BootstrapGridViewBuilderBase<T>.
SettingsEditing(Action<BootstrapGridViewEditingSettingsBuilder>)
SettingsLoadingPanel(Action<BootstrapGridViewLoadingPanelSettingsBuilder>) Inherited from BootstrapGridViewBuilderBase<T>.
SettingsPager(Action<BootstrapGridViewPagerSettingsBuilder>) Provides access to the pager’s settings. Inherited from BootstrapGridViewBuilderBase<T>.
SettingsPopup(Action<BootstrapGridViewPopupControlSettingsBuilder>) Provides access to the settings of different popup elements. Inherited from BootstrapGridViewBuilderBase<T>.
SettingsResizing(Action<BootstrapGridViewResizingSettingsBuilder>) Inherited from BootstrapGridViewBuilderBase<T>.
SettingsSearchPanel(Action<BootstrapGridViewSearchPanelSettingsBuilder>) Inherited from BootstrapGridViewBuilderBase<T>.
SettingsText(Action<BootstrapGridViewTextSettingsBuilder>) Provides access to the control’s text settings. Inherited from BootstrapGridViewBuilderBase<T>.
TabIndex(Int16) Sets the control’s tab index. Inherited from BootstrapGridViewBuilderBase<T>.
Templates(Action<BootstrapGridViewTemplatesBuilder>) Provides access to the templates used to display the Grid View‘s elements (cells, rows, etc.). Inherited from BootstrapGridViewBuilderBase<T>.
Toolbars(Action<BootstrapGridViewToolbarCollectionBuilder>) Provides access to the collection of the control’s toolbars. Inherited from BootstrapGridViewBuilderBase<T>.
ToolTip(String) Sets the text displayed when the mouse pointer hovers over the control. Inherited from BootstrapGridViewBuilderBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
TotalSummary(Action<BootstrapSummaryItemCollectionBuilder>) Provides access to total summary items. Inherited from BootstrapGridViewBuilderBase<T>.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also