DocumentData.BandSortingKeys Property
For internal use.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.1.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