ASPxFilterControlBase.CssPostfix Property
In This Article
Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that represents the required CSS class name postfix. |
#Remarks
Note
When you set the Css
To learn more about CSS sprites, refer to CSS Image Sprites topic.
See Also