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

IModelActionWeb.CustomCSSClassName Property

Specifies the name of the CSS class to be applied to the control that visualizes the current Action.

Namespace: DevExpress.ExpressApp.Web.SystemModule

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

string CustomCSSClassName { get; set; }

Property Value

Type Description
String

A string which is the name of the custom CSS class.

See Also