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

IContentContainerDefaultProperties.CanShowContextActionBarOnActivating Property

Gets whether this Content Container will automatically display its context navigation bar upon activation.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool CanShowContextActionBarOnActivating { get; }

Property Value

Type Description
Boolean

true, if this Content Container will automatically display its context navigation bar upon activation; otherwise, false.

Remarks

See the IContentContainerDefaultProperties.ShowContextActionBarOnActivating and IContentContainerProperties.ShowContextActionBarOnActivating properties to learn more.

See Also