Skip to main content

MenuAction.HasSeparator Property

Specifies whether or not the command has a visual separator.

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "hasSeparator")]
public bool HasSeparator { get; set; }

Property Value

Type Description
Boolean

true, if the command has a visual separator; otherwise, false.

See Also