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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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