Skip to main content
A newer version of this page is available. .

PivotGridControl.CustomizationTreeNodeImages Property

Specifies the collection of images identifying nodes in the Customization Form used when the control is in OLAP mode.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public static ImageCollection CustomizationTreeNodeImages { get; set; }

Property Value

Type Description
ImageCollection

An ImageCollection object that contains the corresponding images.

See Also