IContentContainerProperties Interface
In This Article
Provides properties that affect all Content Containers within the WindowsUI View.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public interface IContentContainerProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
#Related API Members
The following members return IContentContainerProperties objects:
#Remarks
The IContentContainerProperties class properties can be overridden for individual containers via the IContentContainerDefaultProperties class properties.
See Also