IModelBandsLayout Interface
The BandsLayout node provides access to a List View’s bands layout.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public interface IModelBandsLayout :
IModelNode,
IModelList<IModelBand>,
IList<IModelBand>,
ICollection<IModelBand>,
IEnumerable<IModelBand>,
IEnumerable
Remarks
The child nodes of this node specify the bands layout:

To enable bands, set the IModelBandsLayout.Enable property to true. For more information, refer to the following topic: How to: Configure Bands in a Grid List Editor.

This interface is a part of the Application Model infrastructure. You do not need to implement it in most cases.
The IModelBandsLayout node exposes a list of the IModelBand nodes.
See Also