Skip to main content

ReportToolbar.DropDownEditButtonSettings Property

Provides access to the options of the default edit button that invokes the editor’s dropdown window.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public DropDownButton DropDownEditButtonSettings { get; }

Property Value

Type Description
DropDownButton

A DropDownButton object.

See Also