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.2.dll

Declaration

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. You do not need to implement this interface in most cases. The IModelBandsLayoutWin interface is used by the SystemWindowsFormsModule, to extend the IModelBandsLayout interface.

See Also