Skip to main content
A newer version of this page is available. .

BootstrapCardViewBehaviorSettings Properties

Provides behavior options for BootstrapCardViews.
Name Description
AllowClientEventsOnLoad Gets or sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load. Inherited from ASPxGridBehaviorSettings.
AllowEllipsisInText This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
AllowFocusedCard Gets or sets whether the focused card is displayed. Inherited from ASPxCardViewBehaviorSettings.
AllowGroup
AllowHeaderFilter Specifies whether filtering using the header filter is allowed. Inherited from ASPxGridBehaviorSettings.
AllowSelectByCardClick Gets or sets a value that specifies whether selection via card clicks is available within the ASPxCardView. Inherited from ASPxCardViewBehaviorSettings.
AllowSelectSingleCardOnly Gets or sets a value that specifies whether multiple card selection is available within the ASPxCardView. Inherited from ASPxCardViewBehaviorSettings.
AllowSort Gets or sets whether grid data can be sorted. Inherited from ASPxGridBehaviorSettings.
AutoExpandAllGroups
ConfirmDelete Specifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted. Inherited from ASPxGridBehaviorSettings.
EnableCardHotTrack Gets or sets whether the ASPxCardView displays the hot tracked card. Inherited from ASPxCardViewBehaviorSettings.
EnableCustomizationWindow This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
EncodeErrorHtml Gets or sets whether the control keeps its error row content that is HTML as HTML, or instead, strips out the HTML markers. Inherited from ASPxGridBehaviorSettings.
HeaderFilterMaxRowCount Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values. Inherited from ASPxGridBehaviorSettings.
ProcessFocusedCardChangedOnServer Gets or sets a value that specifies whether a change to the focused card should be completely processed on the server side. Inherited from ASPxCardViewBehaviorSettings.
ProcessSelectionChangedOnServer Gets or sets a value that specifies whether selection changes should be processed on the server side. Inherited from ASPxGridBehaviorSettings.
SelectionStoringMode Gets or sets a value that specifies how the control stores the keys of the selected records. Inherited from ASPxGridBehaviorSettings.
SortMode Gets or sets how data is sorted. Inherited from ASPxGridBehaviorSettings.
SummariesIgnoreNullValues Gets or sets whether null values must be ignored when calculating summaries. Inherited from ASPxGridBehaviorSettings.
See Also