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

IDocumentSelectorProperties Interface

Provides advanced properties for all PageGroup and TabbedGroup content containers within this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Remarks

The IDocumentSelectorProperties interface properties are accessible via the WindowsUIView.TabbedGroupProperties and WindowsUIView.PageGroupProperties properties sections.

See Also