IContentContainerDefaultProperties.ActualHeaderOffset Property
Gets this container’s current header offset.
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 current header offset for this content container. |
Remarks
A Content Container header offset is specified via the IContentContainerDefaultProperties.HeaderOffset property. If it is not set, the offset equals the global IContentContainerProperties.HeaderOffset property value. The ActualHeaderOffset property allows you to get the header offset currently applied to this container.
See Also