expressappframework-devexpress-dot-expressapp-dot-model-9640962f.md
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
public interface IModelBandsLayout :
IModelNode,
IModelList<IModelBand>,
IList<IModelBand>,
ICollection<IModelBand>,
IEnumerable<IModelBand>,
IEnumerable
Public Interface IModelBandsLayout
Inherits IModelNode,
IModelList(Of IModelBand),
IList(Of IModelBand),
ICollection(Of IModelBand),
IEnumerable(Of IModelBand),
IEnumerable
The following members return IModelBandsLayout objects:
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