Skip to main content

DropDownButton.DropDownButtonPadding Property

Gets or sets the interior spacing of the separate button displaying the drop-down arrow. This property is in effect if DropDownButton.DropDownArrowStyle is set to SplitButton.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Padding DropDownButtonPadding { get; set; }

Property Value

Type Description
Padding

A Padding representing the interior spacing of the separate button displaying the drop-down arrow.

Remarks

If the DropDownButton.DropDownArrowStyle property is set to SplitButton, the drop-down arrow is displayed as a separate button. See the figure below.

DropdownButton-Arrow-SplitButton

The DropDownButtonPadding property specifies the interior spacing of the separate button.

See Also