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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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