Back to Devexpress

ASPxEditBase.CssPostfix Property

aspnet-devexpress-dot-web-dot-aspxeditbase-ca220866.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public override string CssPostfix { get; set; }
vb
<DefaultValue("")>
Public Overrides Property CssPostfix As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that represents the required CSS class name postfix

|

Remarks

This property is a wrapper of the EditPropertiesBase.CssPostfix property.

See Also

ASPxEditBase Class

ASPxEditBase Members

DevExpress.Web Namespace