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

TdxNavBarOfficeNavigationBarOptionsView.Paddings Property

Specifies the paddings applied to the Office Navigation Bar‘s content.

#Declaration

Delphi
property Paddings: TcxMargin read; write;

#Property Value

Type
TcxMargin

#Remarks

The Paddings.Bottom, Paddings.Left, Paddings.Right, and Paddings.Top properties specify the distances (in pixels) between the displayed Office bar navigation links and the control’s bottom, left, right, and top borders, respectively.

Use the Paddings.All property to apply the same padding to all sides. The default padding value (2 pixels) is applied to all sides if the Paddings.All property is set to 0.

See Also