BootstrapCardViewCssClasses.EditFormCard Property
Gets or sets the name of a CSS class applied to the Edit Form element.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue("")]
public string EditFormCard { get; set; }
<DefaultValue("")>
Public Property EditFormCard As String
Property Value
Type | Default | Description |
---|---|---|
String | A string specifying the name of a CSS class. |
See Also
Feedback