TileNavPane.ButtonPadding Property
Gets or sets the amount of space around NavElements rendered as buttons in the nav bar.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Padding | The Padding object specifying the amount of space around NavElements rendered as buttons in the nav bar. |
Remarks
The ButtonPadding property specifies the amount of space around NavElements rendered as buttons in the nav bar. To override this setting for a particular NavElement, use the NavElement.Padding property.
See Also