Skip to main content

DocumentData.DrillDownKeys 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, bool> DrillDownKeys { get; set; }

Property Value

Type
Dictionary<String, Boolean>
See Also