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

IModelBandsLayoutWin Interface

Used to extend the Application Model‘s BandsLayout node.

Namespace: DevExpress.ExpressApp.Win.Model

Assembly: DevExpress.ExpressApp.Win.v18.1.dll

Declaration

[ModelAbstractClass]
public interface IModelBandsLayoutWin :
    IModelBandsLayout,
    IModelNode,
    IModelList<IModelBand>,
    IList<IModelBand>,
    ICollection<IModelBand>,
    IEnumerable<IModelBand>,
    IEnumerable

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:

Bands_BandsLayoutWin

The following IModelBandsLayoutWin properties are used setup the visibility of band and column headers.

Bands_BandsLayoutWin_Headers

This interface is a part of the Application Model infrastructure and is not intended to be implemented by your classes. The IModelBandsLayoutWin interface is used by the SystemWindowsFormsModule, to extend the IModelBandsLayout interface. To learn more, refer to the Application Model Structure topic.

See Also