Skip to main content

IDocumentSelectorProperties Interface

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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