Back to Devexpress

FlyoutPanelButtonOptions.Padding Property

windowsforms-devexpress-dot-utils-dot-flyoutpanelbuttonoptions-7fd1b164.md

latest1.8 KB
Original Source

FlyoutPanelButtonOptions.Padding Property

Gets or sets the amount of space around the button panel.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Padding

A System.Windows.Forms.Padding structure that specifies the amount of space around the button panel.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Padding
FlyoutPanel

.OptionsButtonPanel .Padding

| | OfficeNavigationBar |

.OptionsPeekFormButtonPanel .Padding

|

Remarks

Use the Padding property to specify the amount of space around the button panel.

See Also

FlyoutPanelButtonOptions Class

FlyoutPanelButtonOptions Members

DevExpress.Utils Namespace