ASPxCardViewCardLayoutCreatedEventArgs(FormLayoutProperties, Int32, ASPxCardView, Boolean) Constructor
Initializes a new instance of the class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxCardViewCardLayoutCreatedEventArgs(
FormLayoutProperties properties,
int visibleIndex,
ASPxCardView cardView = null,
bool isEditingCard = false
)
Parameters
Name | Type | Description |
---|---|---|
properties | FormLayoutProperties | Form layout properties. |
visibleIndex | Int32 | The visible index. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
cardView | ASPxCardView | null | The card view. |
isEditingCard | Boolean | False |
|
See Also