Skip to main content
A newer version of this page is available. .

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.v18.2.Web.WebForms.dll

Declaration

public DropDownButton DropDownEditButtonSettings { get; }

Property Value

Type Description
DropDownButton

A DropDownButton object.

See Also