Back to Devexpress

IModelBandsLayout Interface

expressappframework-devexpress-dot-expressapp-dot-model-9640962f.md

latest2.4 KB
Original Source

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

csharp
public interface IModelBandsLayout :
    IModelNode,
    IModelList<IModelBand>,
    IList<IModelBand>,
    ICollection<IModelBand>,
    IEnumerable<IModelBand>,
    IEnumerable
vb
Public Interface IModelBandsLayout
    Inherits IModelNode,
             IModelList(Of IModelBand),
             IList(Of IModelBand),
             ICollection(Of IModelBand),
             IEnumerable(Of IModelBand),
             IEnumerable

The following members return IModelBandsLayout objects:

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

IModelBandsLayout Members

DevExpress.ExpressApp.Model Namespace