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

IContentContainerDefaultProperties.ActualHeaderOffset Property

Gets this container’s current header offset.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

int ActualHeaderOffset { get; }

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