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

IModelBandWin Interface

Extends the IModelBand node with WinForms-specific options.

Namespace: DevExpress.ExpressApp.Win.Model

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

Declaration

[ModelVirtualTreeDisplayProperties(new string[]{"AutoFillDown"})]
[ModelAbstractClass]
public interface IModelBandWin :
    IModelBand,
    IModelBandedLayoutItem,
    IModelLayoutElement,
    IModelNode

Remarks

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

See Also