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

IContentContainerProperties.ShowContextActionBarOnActivating Property

Gets or sets whether any Content Container within this View should display its context navigation bar upon activation.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool ShowContextActionBarOnActivating { get; set; }

Property Value

Type Description
Boolean

true, if any Content Container within this View should display its context navigation bar upon activation; otherwise, false.

Remarks

The IContentContainerDefaultProperties.ShowContextActionBarOnActivating property overrides the ShowContextActionBarOnActivating property for individual containers. See this link to learn more.

See Also