StylesBase.CreateCssClassName(String, String, String) Method
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public static string CreateCssClassName(
string prefix,
string body,
string postfix
)
Public Shared Function CreateCssClassName(
prefix As String,
body As String,
postfix As String
) As String
Parameters
Name | Type |
---|---|
prefix | String |
body | String |
postfix | String |
Returns
Type |
---|
String |
See Also
Feedback