Skip to main content
All docs
V18.2

ASPxDesignerReportDialogBase.buttons Property

Provides access to buttons displayed in a dialog.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object[] buttons { get; }

Property Value

Type Description
Object[]

An array of objects that specify buttons displayed in the dialog.

See Also