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

TileNavPane.DefaultButtonPadding Property

Returns the default amount of space around NavElements rendered as buttons in the nav bar.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public static Padding DefaultButtonPadding { get; }

#Property Value

Type Description
Padding

A Padding object that specifies the amount of space around buttons in the nav bar. The default value is Padding(12).

#Remarks

The DefaultButtonPadding property returns the default amount of space around buttons in the nav bar. To customize button padding for all buttons in the nav bar, use the TileNavPane.ButtonPadding property. You can also override this setting for a particular NavElement with the NavElement.Padding property.

See Also