Skip to main content

ClientControlsMenuItem.HasSeparator Property

Specifies whether or not the command has a visual separator.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(false)]
public bool HasSeparator { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also