Skip to main content

IStackGroupProperties Interface

Provides members that specify settings common to all StackGroups within a WidgetView.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

The following members return IStackGroupProperties objects:

Remarks

The IStackGroupProperties object can be accessed via the WidgetView.StackGroupProperties property.

See Also