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

IContentContainerProperties Interface

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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