Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string BandSerializationName { get; set; }

Property Value

Type Description
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