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

MenuAction.ImageClassName Property

Specifies the CSS class of the command’s glyph.

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "imageClassName")]
public string ImageClassName { get; set; }

Property Value

Type Description
String

A String value.

See Also