Skip to main content
Tab

ASPxCardView.EditingCardVisibleIndex Property

Gets the index of the card currently being edited.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int EditingCardVisibleIndex { get; }

Property Value

Type Description
Int32

An integer value that identifies the card currently being edited. -1 if no card is being edited.

Remarks

Use the EditingCardVisibleIndex property to identify the card currently being edited by an end-user. This can be useful when the focused card feature is disabled (the ASPxCardViewBehaviorSettings.AllowFocusedCard property is set to false). Otherwise, if the focused card is enabled, you can also use the ASPxCardView.FocusedCardIndex property.

See Also