Skip to main content

DocumentData.BandSortingKeys Property

For internal use.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public Dictionary<string, List<SortingFieldInfoContract>> BandSortingKeys { get; set; }

Property Value

Type
Dictionary<String, List<DevExpress.DocumentServices.ServiceModel.DataContracts.SortingFieldInfoContract>>
See Also