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

ITabbedGroupDefaultProperties.TileContentMargin Property

Gets or sets the margin for a group of tiles which serve as Document headers within this TabbedGroup.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

Padding? TileContentMargin { get; set; }

#Property Value

Type Description
Nullable<Padding>

A Padding structure that is the tile content margin.

#Remarks

Document headers can be presented either as tabs or as tiles depending on the ITabbedGroupDefaultProperties.HeaderStyle property. For tile headers, you can specify content margins via the TileContentMargin property. The image below illustrates the difference between tiles with different TileContentMargin property values.

WindowsUIView - TabbedGroup 5px and 20px margins

See Also