Skip to main content

ReportToolbar.ShowDefaultButtons Property

Gets or sets a value indicating whether the default or custom set of toolbar buttons must be displayed in the ReportToolbar.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
[DefaultValue(true)]
public bool ShowDefaultButtons { get; set; }

Property Value

Type Default Description
Boolean true

true to display the default set of buttons; otherwise, false.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also