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

StylesBase.CreateCssClassName(String, String, String) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static string CreateCssClassName(
    string prefix,
    string body,
    string postfix
)

Parameters

Name Type
prefix String
body String
postfix String

Returns

Type
String
See Also