Skip to main content
A newer version of this page is available. .

ITabbedGroupDefaultProperties.HasTileContentMargin Property

Gets whether this group’s ITabbedGroupDefaultProperties.TileContentMargin property has a custom value.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool HasTileContentMargin { get; }

Property Value

Type Description
Boolean

true, if this group’s ITabbedGroupDefaultProperties.TileContentMargin property has a custom value; otherwise, false.

See Also