Skip to main content

ASPxDocumentViewer.SettingsDropDownEditButton Property

Gets the settings of the Edit drop-down button in the Parameters panel.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public DropDownButton SettingsDropDownEditButton { get; }

Property Value

Type Description
DropDownButton

A DropDownButton object.

See Also