ASPxEditBase.CssPostfix Property
Gets or sets a CSS class name postfix that identifies style settings to be applied to the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("")]
public override string CssPostfix { get; set; }
<DefaultValue("")>
Public Overrides Property CssPostfix As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that represents the required CSS class name postfix |
Remarks
This property is a wrapper of the EditPropertiesBase.CssPostfix property.
See Also
Feedback