Back to Devexpress

ASPxCardView.EditFormLayoutProperties Property

aspnet-devexpress-dot-web-dot-aspxcardview-cb15419c.md

latest1.4 KB
Original Source

ASPxCardView.EditFormLayoutProperties Property

Provides access to the settings allowing you to customize the edit form layout.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public CardViewFormLayoutProperties EditFormLayoutProperties { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property EditFormLayoutProperties As CardViewFormLayoutProperties

Property Value

TypeDefaultDescription
CardViewFormLayoutPropertiesnull

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

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace