Skip to main content

BootstrapCardViewBuilderBase<T> Members

In This Article
Serves as the base class that implements the main functionality of Card View.

#Methods
Show Inherited Hide Inherited

Name Description
Bind(Object) Binds the control to the specified data source.
BindToLINQ(IQueryable) Binds the Card View to a queryable data source in server mode.
BindToXPO(Session, Type) Establishes a server-mode data binding via DevExpress eXpress Persistent Objects for .NET (XPO) ORM.
BindToXPO<TEntity>(XPQuery<TEntity>) Establishes a server-mode data binding via DevExpress eXpress Persistent Objects for .NET (XPO) ORM.
CardLayoutProperties(Action<BootstrapCardViewFormLayoutPropertiesBuilder>)
ClientSideEvents(Action<BootstrapCardViewClientSideEventsBuilder>)
ClientVisible(Boolean)
Columns(Action<BootstrapCardViewColumnCollectionBuilder>) Provides access to the Card View column collection.
CssClasses(Action<BootstrapCardViewCssClassesBuilder>)
CssClassesEditor(Action<BootstrapGridEditorCssClassesBuilder>)
CssClassesFormLayout(Action<BootstrapGridFormLayoutCssClassesBuilder>)
CssClassesPager(Action<BootstrapGridPagerCssClassesBuilder>)
EditErrorText(String)
EnableCallbackAnimation(Boolean)
EnableCallbackCompression(Boolean)
EnableCardsCache(Boolean)
Enabled(Boolean) Inherited from BootstrapControlBuilder<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<BootstrapCardViewFormatConditionCollectionBuilder>)
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
KeyFieldName(String) Sets the name of the data source key field.
KeyFieldName(String[]) Sets the names of the data source key fields.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Inherited from BootstrapControlBuilder<T>.
OnBeforeHeaderFilterFillItems(Action<IBootstrapCardView, IBootstrapCardViewBeforeHeaderFilterFillItemsEventArgs>)
OnBeforeRender(Action<IBootstrapCardView, IEventArgs>)
OnCommandButtonInitialize(Action<IBootstrapCardView, IBootstrapCardViewCommandButtonEventArgs>)
OnCustomColumnDisplayText(Action<IBootstrapCardView, IBootstrapCardViewColumnDisplayTextEventArgs>)
OnCustomColumnSort(Action<IBootstrapCardView, IBootstrapCardViewCustomColumnSortEventArgs>)
OnCustomJSProperties(Action<IBootstrapCardView, ICustomJSPropertiesEventArgs>) Enables you to supply any server data that can then be parsed on the client.
OnCustomSummaryCalculate(Action<IBootstrapCardView, IBootstrapCardViewCustomSummaryEventArgs>) Enables you to calculate summary values manually.
OnCustomUnboundColumnData(Action<IBootstrapCardView, IBootstrapCardViewColumnDataEventArgs>)
OnDataBinding(Action<IBootstrapCardView, IEventArgs>)
OnHeaderFilterFillItems(Action<IBootstrapCardView, IBootstrapCardViewHeaderFilterEventArgs>)
OnInitialized(Action<IBootstrapCardView, IEventArgs>)
OnSummaryDisplayText(Action<IBootstrapCardView, IBootstrapCardViewSummaryDisplayTextEventArgs>)
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
Routes(Action<CardViewRouteCollectionBuilder>) Specifies a collection of routes for Card View updated or performing other Controller-side operations on demand.
Settings(Action<BootstrapCardViewSettingsBuilder>)
SettingsBehavior(Action<BootstrapCardViewBehaviorSettingsBuilder>)
SettingsBootstrap(Action<BootstrapGridBootstrapSpecificSettingsBuilder>)
SettingsCommandButton(Action<BootstrapCardViewCommandButtonsSettingsBuilder>)
SettingsCookies(Action<BootstrapCardViewCookiesSettingsBuilder>)
SettingsLayout(Action<BootstrapCardViewLayoutSettingsBuilder>)
SettingsLoadingPanel(Action<BootstrapCardViewLoadingPanelSettingsBuilder>)
SettingsPager(Action<BootstrapCardViewPagerSettingsBuilder>)
SettingsPopup(Action<BootstrapCardViewPopupControlSettingsBuilder>)
SettingsSearchPanel(Action<BootstrapCardViewSearchPanelSettingsBuilder>)
SettingsText(Action<BootstrapCardViewTextSettingsBuilder>)
TabIndex(Int16)
Templates(Action<BootstrapCardViewTemplatesBuilder>)
Toolbars(Action<BootstrapCardViewToolbarCollectionBuilder>)
ToolTip(String)
ToString() Returns a string that represents the current object. Inherited from Object.
TotalSummary(Action<BootstrapCardViewSummaryItemCollectionBuilder>) Provides access to total summary items.
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