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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
The DropDownButtonPadding property specifies the interior spacing of the separate button.
See Also