Back to Devexpress

IDocumentSelectorProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-6e07c1e1.md

latest2.0 KB
Original Source

IDocumentSelectorProperties Interface

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface IDocumentSelectorProperties :
    IDocumentGroupProperties,
    IContentContainerProperties,
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate
vb
Public Interface IDocumentSelectorProperties
    Inherits 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

IDocumentSelectorProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace