Back to Devexpress

BootstrapClientCardView Members

aspnetbootstrap-js-bootstrapclientcardview-dot-underscore-members.md

latest27.0 KB
Original Source

BootstrapClientCardView Members

Represents the client BootstrapCardView.

Properties

NameDescription
batchEditApiProvides access to the batch editing client API. Inherited from ASPxClientCardView.
nameGets the unique, hierarchically-qualified identifier for the control. Inherited from ASPxClientControlBase.

Methods

NameDescription
AddNewCardAdds a new card. Inherited from ASPxClientCardView.
AdjustControlModifies the control’s size against the control’s container. Inherited from ASPxClientControl.
AdjustControls staticModifies the controls size within the specified container. Inherited from ASPxClientControl.
ApplyFilter(filterExpression)Applies the specified filter expression to the grid. Inherited from ASPxClientCardView.
ApplySearchPanelFilter(value)Applies the specified search panel filter criterion to grid data. Inherited from ASPxClientCardView.
CancelEditCancels all the changes made and switches the CardView to browse mode. Inherited from ASPxClientCardView.
Cast(obj) staticConverts the specified object to the ASPxClientCardView type. Inherited from ASPxClientCardView.
ClearFilterClears the filter expression applied to a client CardView. Inherited from ASPxClientCardView.
CloseFilterControlHides the Filter Control. Inherited from ASPxClientCardView.
CollapseAllCollapses all group rows. Inherited from ASPxClientCardView.
CollapseGroupRow(visibleIndex)Collapses the specified group row. Inherited from ASPxClientCardView.
DeleteCard(visibleIndex)Deletes the specified card. Inherited from ASPxClientCardView.
DeleteCardByKey(key)Deletes a card with the specified key value. Inherited from ASPxClientCardView.
ExpandAllExpands all group rows. Inherited from ASPxClientCardView.
ExpandGroupRow(visibleIndex)Expands the specified group row. Inherited from ASPxClientCardView.
ExportTo(format)Exports grid data to a file in the specified format. Inherited from ASPxClientCardView.
FocusSets input focus to the grid. Inherited from ASPxClientCardView.
FocusEditor(column)Moves focus to the specified edit cell within the edited card. Inherited from ASPxClientCardView.
GetCardKey(visibleIndex)Returns the key value of the specified card. Inherited from ASPxClientCardView.
GetCardValues(visibleIndex, fieldNames, onCallback)Returns the values of the specified data source fields within the specified card. Inherited from ASPxClientCardView.
GetClientVisibleObsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetColumn(columnIndex)Returns the client column that resides at the specified position within the column collection. Inherited from ASPxClientCardView.
GetColumnByField(columnFieldName)Returns the client column to which the specified data source field is bound. Inherited from ASPxClientCardView.
GetColumnById(columnId)Returns the column with the specified unique identifier. Inherited from ASPxClientCardView.
GetColumnCountReturns the number of columns within the client grid. Inherited from ASPxClientCardView.
GetControlCollection staticReturns a collection of client web control objects. Inherited from ASPxClientControl.
GetEditor(column)Returns the editor used to edit the specified column’s values. Inherited from ASPxClientCardView.
GetEditValue(column)Returns the value of the specified edit cell. Inherited from ASPxClientCardView.
GetFocusedCardIndexReturns the focused card’s index. Inherited from ASPxClientCardView.
GetHeightReturns the control’s height. Inherited from ASPxClientControl.
GetMainElementReturns an HTML element that is the root of the control’s hierarchy. Inherited from ASPxClientControlBase.
GetPageCardValues(fieldNames, onCallback)Returns the card values displayed within the current page. Inherited from ASPxClientCardView.
GetPageCountGets the number of pages to which the grid’s data is divided. Inherited from ASPxClientCardView.
GetPageIndexGets the index of the page currently being selected. Inherited from ASPxClientCardView.
GetParentControlReturns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase.
GetPopupEditFormGets the Popup Edit Form. Inherited from ASPxClientCardView.
GetSelectedCardCountReturns the number of selected cards. Inherited from ASPxClientCardView.
GetSelectedFieldValues(fieldNames, onCallback)Returns the card values displayed within all selected cards. Inherited from ASPxClientCardView.
GetSelectedKeysOnPageReturns key values of selected cards displayed within the current page. Inherited from ASPxClientCardView.
GetToolbar(index)Returns a grid’s toolbar specified by its index. Inherited from ASPxClientGridBase.
GetToolbarByName(name)Returns a toolbar specified by its name. Inherited from ASPxClientGridBase.
GetTopVisibleIndexReturns the index of the first card displayed within the grid’s active page. Inherited from ASPxClientCardView.
GetValuesOnCustomCallback(args, onCallback)Sends a callback to the server and generates the server-side ASPxCardView.CustomDataCallback event. Inherited from ASPxClientCardView.
GetVerticalScrollPositionReturns the current vertical scroll position of the grid’s content. Inherited from ASPxClientCardView.
GetVisibleReturns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetVisibleCardsOnPageReturns the number of cards actually displayed within the active page. Inherited from ASPxClientCardView.
GetWidthReturns the control’s width. Inherited from ASPxClientControl.
GotoPage(pageIndex)Selects the specified page. Inherited from ASPxClientCardView.
GroupBy(column)Groups cards by the values of the specified column. Inherited from ASPxClientCardView.
HideCustomizationWindowCloses the customization window. Inherited from ASPxClientCardView.
InCallbackReturns a value that determines whether a callback request sent by a web control is being currently processed on the server side. Inherited from ASPxClientControlBase.
IsCardSelectedOnPage(visibleIndex)Indicates whether or not the specified card is selected within the current page. Inherited from ASPxClientCardView.
IsCustomizationWindowVisibleIndicates whether the customization window is displayed. Inherited from ASPxClientCardView.
IsEditingIndicates whether the grid is in edit mode. Inherited from ASPxClientCardView.
IsNewCardEditingIndicates whether or not a new card is being edited. Inherited from ASPxClientCardView.
MoveColumn(column)Moves the specified column to the specified visual position within the ASPxCardView. Inherited from ASPxClientCardView.
NextPageActivates the next page. Inherited from ASPxClientCardView.
PerformCallback(args)Sends a callback to the server and generates the server-side event, passing the specified argument to it. Inherited from ASPxClientCardView.
PrevPageActivates the previous page. Inherited from ASPxClientCardView.
RefreshUpdates data displayed within the grid. Inherited from ASPxClientCardView.
SelectAllCardsOnPageAllows you to select or deselect all cards displayed on the current page based on the parameter passed. Inherited from ASPxClientCardView.
SelectCardOnPage(visibleIndex)Selects or deselects the specified card displayed on the current page. Inherited from ASPxClientCardView.
SelectCardsSelects or deselects the specified cards within the CardView. Inherited from ASPxClientCardView.
SelectCardsByKey(keys)Selects or deselects the specified card displayed within the CardView. Inherited from ASPxClientCardView.
SendMessageToAssistiveTechnology(message)Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user. Inherited from ASPxClientControlBase.
SetClientVisible(visible)Obsolete. Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetEditValue(column, value)Sets the value of the specified edit cell. Inherited from ASPxClientCardView.
SetFilterEnabled(isFilterEnabled)Enables or disables the current filter. Inherited from ASPxClientCardView.
SetFocusedCardIndex(visibleIndex)Moves focus to the specified card. Inherited from ASPxClientCardView.
SetHeight(height)

Specifies the control’s height. Note that this method is not in effect for some controls.

Inherited from ASPxClientControl. | | SetSearchPanelCustomEditor(editor) | Specifies a custom editor for the search panel on the client side. Inherited from ASPxClientCardView. | | SetVerticalScrollPosition(position) | Specifies the vertical scroll position for the grid’s content. Inherited from ASPxClientCardView. | | SetVisible(visible) | Specifies whether a control is displayed. Inherited from ASPxClientControlBase. | | SetWidth(width) | Specifies the control’s width in pixels. Inherited from ASPxClientControl. | | ShowCustomizationWindow | Invokes the customization window and displays it over the specified HTML element. Inherited from ASPxClientCardView. | | ShowFilterControl | Displays the Filter Control. Inherited from ASPxClientCardView. | | SortBy(column) | Sorts data by the specified data column’s values, and places the column to the specified position among the sorted columns. Inherited from ASPxClientCardView. | | StartEditCard(visibleIndex) | Switches the CardView to edit mode. Inherited from ASPxClientCardView. | | StartEditCardByKey(key) | Switches the ASPxCardView to edit mode. Inherited from ASPxClientCardView. | | Ungroup(column) | Ungroups cards by the values of the specified column. Inherited from ASPxClientCardView. | | UnselectAllCardsOnPage | Deselects all selected cards displayed on the current page. Inherited from ASPxClientCardView. | | UnselectCardOnPage(visibleIndex) | Deselects the specified cards (if selected) displayed on the current page. Inherited from ASPxClientCardView. | | UnselectCards | Deselects the specified cards (if selected) within the ASPxCardView. Inherited from ASPxClientCardView. | | UnselectCardsByKey(keys) | Deselects the specified cards displayed within the ASPxCardView. Inherited from ASPxClientCardView. | | UnselectFilteredCards | Deselects all grid cards that match the filter criteria currently applied to the CardView. Inherited from ASPxClientCardView. | | UpdateEdit | Saves all the changes made and switches the grid to browse mode. Inherited from ASPxClientCardView. |

Events

NameDescription
BatchEditCardChangesCancelingAllows you to handle a Cancel button click for a card in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardDeletingOccurs on the client side before a card is deleted in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardInsertingOccurs on the client side before a card is inserted in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardRecoveringOccurs on the client side before a card is recovered in batch edit mode. Inherited from ASPxClientCardView.
BatchEditCardValidatingEnables you to specify whether card data is valid and provide an error text. Inherited from ASPxClientCardView.
BatchEditChangesCancelingOccurs on the client side before data changes are canceled in batch edit mode. Inherited from ASPxClientCardView.
BatchEditChangesSavingOccurs on the client side before data changes are saved in batch edit mode. Inherited from ASPxClientCardView.
BatchEditConfirmShowingEnables you to prevent a batch edit confirmation message from being displayed. Inherited from ASPxClientCardView.
BatchEditEndEditingOccurs when a grid leaves batch edit mode. Inherited from ASPxClientCardView.
BatchEditStartEditingOccurs when a grid switches to batch edit mode. Inherited from ASPxClientCardView.
BatchEditSummaryDisplayTextFires when a user changes the summary item value. Inherited from ASPxClientGridBase.
BatchEditTemplateCellFocusedEnables you to provide navigation for editors contained in a templated cell in Batch Edit mode. Inherited from ASPxClientCardView.
BeginCallbackOccurs when a callback for server-side processing is initiated. Inherited from ASPxClientCardView.
CallbackErrorFires on the client if any unhandled server error occurs during server-side processing of a callback sent by the ASPxClientCardView. Inherited from ASPxClientCardView.
CardClickFires on the client when a card is clicked. Inherited from ASPxClientCardView.
CardDblClickFires on the client when a card is double clicked. Inherited from ASPxClientCardView.
CardFocusingFires before a card has been focused. Inherited from ASPxClientCardView.
ColumnGroupingEnables you to handle each column grouping. Inherited from ASPxClientCardView.
ColumnSortingEnables you to prevent columns from being sorted. Inherited from ASPxClientCardView.
CustomButtonClickOccurs when a custom command button has been clicked. Inherited from ASPxClientCardView.
CustomizationWindowCloseUpFires after the customization window has been closed. Inherited from ASPxClientCardView.
EndCallbackOccurs on the client after a callback’s server-side processing has been completed. Inherited from ASPxClientCardView.
FocusedCardChangedFires in response to changing card focus. Inherited from ASPxClientCardView.
FocusedCellChangingOccurs on the client side when the focused cell is about to be changed. Inherited from ASPxClientCardView.
GroupRowCollapsingFires before a group row is collapsed. Inherited from ASPxClientCardView.
GroupRowExpandingFires before a group row is expanded. Inherited from ASPxClientCardView.
InitOccurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
KeyDownOccurs when a user presses a key while the control has focus. Inherited from ASPxClientGridBase.
KeyPressOccurs when a user presses and releases a key while the control has focus. Inherited from ASPxClientGridBase.
KeyUpOccurs when a user releases the pressed key while the control has focus. Inherited from ASPxClientGridBase.
SelectionChangedFires after the selection has been changed. Inherited from ASPxClientCardView.
ToolbarItemClickFires after a toolbar item has been clicked. Inherited from ASPxClientGridBase.

See Also

BootstrapClientCardView Class