Back to Devexpress

DataControlBase.BandGeneratorTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-5367ed52.md

latest2.0 KB
Original Source

DataControlBase.BandGeneratorTemplate Property

Gets or sets a template that describes grid bands. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataTemplate BandGeneratorTemplate { get; set; }
vb
Public Property BandGeneratorTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

The band template.

|

Remarks

You can define bands in a ViewModel and display them in the GridControl. To do this, follow the steps below:

  1. Create a collection of grid bands in a ViewModel.

  2. Specify a data template that generates bands:

  3. Assign the band collection to the BandsSource property and the band template to the BandGeneratorTemplate property:

If you have multiple band templates, use the DataControlBase.BandGeneratorTemplateSelector property to specify a template selector that chooses a template based on the band type.

Refer to the following help topic for more information: How to: Bind the Grid to Bands Specified in ViewModel.

See Also

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace