Skip to main content

ReportToolbarStyles.ComboBoxItemStyle Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ListBoxItemStyle ComboBoxItemStyle { get; }

Property Value

Type Description
ListBoxItemStyle

A ListBoxItemStyle value.

See Also