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

IStackGroupProperties Interface

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.2.dll

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