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

ReportToolbarStyles.ComboBoxButtonStyle Property

Provides access to the style settings of the ReportToolbar‘s combo box buttons.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ButtonControlStyle ComboBoxButtonStyle { get; }

Property Value

Type Description
ButtonControlStyle

A ButtonControlStyle value.

See Also