Back to Devexpress

DropDownButton.DropDownButtonPadding Property

windowsforms-devexpress-dot-xtraeditors-dot-dropdownbutton-370f6cae.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Padding DropDownButtonPadding { get; set; }
vb
<DXCategory("Appearance")>
Public Property DropDownButtonPadding As Padding

Property Value

TypeDescription
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

DropDownArrowStyle

DropDownButton Class

DropDownButton Members

DevExpress.XtraEditors Namespace