IModelBandsLayoutWin Interface
Used to extend the Application Model‘s BandsLayout node.
Namespace: DevExpress.ExpressApp.Win.Model
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Remarks
This interface extends the BandsLayout node with WinForms-specific properties. The following IModelBandsLayoutWin properties can be used to restrict bands layout customizations by users:
- IModelBandsLayoutWin.AllowBandMoving
- IModelBandsLayoutWin.AllowChangeBandParent
- IModelBandsLayoutWin.AllowChangeColumnParent
- IModelBandsLayoutWin.AllowColumnMoving
The following IModelBandsLayoutWin properties are used setup the visibility of band and column headers.
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelBandsLayoutWin interface is used by the SystemWindowsFormsModule, to extend the IModelBandsLayout interface.