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

IContentContainerProperties.HeaderOffset Property

Gets or sets the distance between the Content Container‘s top edge and header. This value is common to all containers within this View.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

int HeaderOffset { get; set; }

Property Value

Type Description
Int32

An Int32 value that is the distance between the Content Container‘s top edge and the header.

Remarks

The HeaderOffset property specifies the header offset common to all Content Containers within the WindowsUIView. To override this setting for individual containers, use the IContentContainerDefaultProperties.HeaderOffset property instead.

Container headers are specified via the BaseContentContainer.Caption property.

See Also