Gets the settings which define the hide field image displayed during drag operations.
Namespace:DevExpress.Web.ASPxPivotGrid
Assembly:DevExpress.Web.ASPxPivotGrid.v18.1.dll

Syntax
C# |
public PivotGridImageProperties DragHideField { get; }
|
VB |
Public ReadOnly Property DragHideField As PivotGridImageProperties
|
Property value
Type:
PivotGridImageProperties
A PivotGridImageProperties object that contains image settings.

See Also