IStackGroupProperties Interface
Provides members that specify settings common to all StackGroups within a WidgetView.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public interface IStackGroupProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members return IStackGroupProperties objects:
Remarks
The IStackGroupProperties object can be accessed via the WidgetView.StackGroupProperties property.
See Also