Back to Devexpress

CardViewStyles.EditFormCard Property

aspnet-devexpress-dot-web-dot-cardviewstyles-d53f0459.md

latest1.3 KB
Original Source

CardViewStyles.EditFormCard Property

Gets the style settings used to paint the card currently being edited.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCardStyle EditFormCard { get; }
vb
Public ReadOnly Property EditFormCard As CardViewCardStyle

Property Value

TypeDescription
CardViewCardStyle

A CardViewCardStyle object that contains style settings used to paint the card currently being edited.

|

Remarks

The EditFormCard property provides the style settings used to paint field captions and cells displayed within the edit form.

See Also

Card View

CardViewStyles Class

CardViewStyles Members

DevExpress.Web Namespace