ASPxCardView.EditFormLayoutProperties Property
Provides access to the settings allowing you to customize the edit form layout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
[DefaultValue(null)]
public CardViewFormLayoutProperties EditFormLayoutProperties { get; }
Property Value
Type | Default | Description |
---|---|---|
CardViewFormLayoutProperties | null | A CardViewFormLayoutProperties object that contains the edit form layout settings. |
Remarks
Use the EditFormLayoutProperties property to access and customize the card edit form‘s settings.
See Also