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

IModelBandedColumnWin Interface

Used to extend the Application Model‘s Columns node.

Namespace: DevExpress.ExpressApp.Win.Model

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

Declaration

[ModelVirtualTreeDisplayProperties(new string[]{"RowIndex", "BandColumnRowCount"})]
[ModelAbstractClass]
public interface IModelBandedColumnWin :
    IModelColumnWin,
    IModelBandedLayoutItem,
    IModelLayoutElement,
    IModelNode

Remarks

This interface adds the IModelBandedColumnWin.RowIndex property.

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