ReportBuildArgs.BandSorting Property
For internal use.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
[DataMember]
public Dictionary<string, List<SortingFieldInfoContract>> BandSorting { get; set; }
Property Value
Type |
---|
Dictionary<String, List<DevExpress.DocumentServices.ServiceModel.DataContracts.SortingFieldInfoContract>> |
See Also