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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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