Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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