Back to Devexpress

BandBase.BandSerializationName Property

wpf-devexpress-dot-xpf-dot-grid-dot-bandbase-ecc92676.md

latest1.7 KB
Original Source

BandBase.BandSerializationName Property

Gets or sets the band name used when bands are serialized. 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 string BandSerializationName { get; set; }
vb
Public Property BandSerializationName As String

Property Value

TypeDescription
String

A String value that is the band name used for serialization.

|

Remarks

Use the BandSerializationName property to set band serialization names when bands are generated via template from DataControlBase.BandsSource.

See Also

How to: Bind the Grid to Bands Specified in ViewModel

Save/Restore Control Layout

BandBase Class

BandBase Members

DevExpress.Xpf.Grid Namespace