Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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 Also