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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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