Skip to main content
A newer version of this page is available. .

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

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