Skip to main content

IContentContainerProperties Interface

Provides properties that affect all Content Containers within the WindowsUI View.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public interface IContentContainerProperties :
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate

The following members return IContentContainerProperties objects:

Remarks

The IContentContainerProperties class properties can be overridden for individual containers via the IContentContainerDefaultProperties class properties.

See Also