Back to Devexpress

IModelActionBlazor.CustomCSSClassName Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-systemmodule-dot-imodelactionblazor.md

latest1.7 KB
Original Source

IModelActionBlazor.CustomCSSClassName Property

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

Namespace : DevExpress.ExpressApp.Blazor.SystemModule

Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
string CustomCSSClassName { get; set; }
vb
Property CustomCSSClassName As String

Property Value

TypeDescription
String

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

|

Remarks

For more information, refer to the following section: Customize UI Elements Using CSS.

See Also

IModelActionBlazor Interface

IModelActionBlazor Members

DevExpress.ExpressApp.Blazor.SystemModule Namespace