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

ReportToolbarStyles.ComboBoxItemStyle Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public ListBoxItemStyle ComboBoxItemStyle { get; }

Property Value

Type Description
ListBoxItemStyle

A ListBoxItemStyle value.

See Also