Skip to main content
A newer version of this page is available. .
Tab

AutoCompleteBoxPropertiesBase.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.v18.2.dll

Declaration

[DefaultValue("")]
public override string CssPostfix { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that represents the required CSS class name postfix

Remarks

Note

When you set the CssPostfix property, you disable not only the default CSS styles, but the default sprites as well. The editor does not allow you to mix the a default CSS sprite with a custom CSS. To retain the default sprite CSS, copy its code to your own CSS file.

To learn more about CSS sprites, refer to Default Implementation of CSS Sprites in DevExpress Themes and Using Custom CSS Sprites topics.

See Also