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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public static ImageCollection CustomizationTreeNodeImages { get; set; }

Property Value

Type Description
ImageCollection

An ImageCollection object that contains the corresponding images.

See Also