Skip to main content

ReportToolbarComboBoxStyle.AssignCellSpacingToControl(ASPxComboBox) Method

Assigns the specified spacing between items in a ReportToolbar‘s combo box.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public void AssignCellSpacingToControl(
    ASPxComboBox control
)

Parameters

Name Type Description
control ASPxComboBox

A ASPxComboBox object.

See Also