| ASPxGridBase.KeyFieldName |
Specifies the name of the data source key field. You must specify this property to enable data edit, insert and delete operations. |
| ASPxCardView.SettingsEditing |
Provides access to ASPxCardView edit settings. |
| ASPxCardView.AddNewCard |
Switches ASPxCardView to edit mode and allows new card values to be edited. |
| ASPxCardView.InitNewCard |
Enables new card values to be initialized. |
| ASPxCardView.CardInserted |
Fires after a new card has been added to ASPxCardView. |
| ASPxCardView.DeleteCard |
Deletes the specified card. |
| ASPxCardView.CardDeleted |
Occurs after a card has been deleted. |
| ASPxCardView.StartEdit |
Switches ASPxCardView to edit mode. |
| ASPxCardView.UpdateEdit |
Saves all changes made and switches ASPxCardView to browse mode. |
| ASPxCardView.CardUpdated |
Occurs after a card has been updated. |
| ASPxCardView.CancelEdit |
Cancels all changes made and switches ASPxCardView to browse mode. |
| ASPxCardView.StartCardEditing |
Enables you to prevent a card from being edited. |
| ASPxCardView.CellEditorInitialize |
Enables the cell editors displayed within the edit cells to be initialized. |
| ASPxCardView.EditingCardVisibleIndex |
Gets the index of the card currently being edited. |
| ASPxCardView.IsEditing |
Indicates whether ASPxCardView is in edit mode. |
| ASPxCardView.IsNewCardEditing |
Indicates whether a new card is currently being edited. |
| ASPxCardView.GetCardValues |
Returns the values of the specified data source fields within the specified card. |
| ASPxCardView.GetCardValuesByKeyValue |
Returns the specified card values displayed within the columns (fields). |
| ASPxGridBase.GetSelectedFieldValues |
Returns the card values displayed within the selected cards. |
| ASPxCardView.CardValidating |
Enables you to specify whether or not card data is valid and if the card can be updated. |
| ASPxCardView.VisibleCardCount |
Gets the number of visible cards within ASPxCardView. |