Skip to main content
All docs
V18.2

ASPxClientMenuAction.imageClassName Property

Provides access to the CSS class of the command’s glyph.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public string imageClassName { get; }

Property Value

Type Description
String

A string that specifies the name of the CSS class.

See Also