IContentContainerDefaultProperties.HeaderOffset Property
Gets or sets the distance between the Content Container‘s top edge and the header.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<Int32> | An Int32 value that is the distance between the Content Container‘s top edge and the header. |
Remarks
The HeaderOffset property specifies the offset for the container header. To set this header, use the BaseContentContainer.Caption property.
If the HeaderOffset property is not specified, this container’s header offset equals the global header offset value specified via the IContentContainerProperties.HeaderOffset property. Otherwise, the HeaderOffset property overrides this global setting.