PivotGridControl.CustomizationTreeNodeImages Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public static ImageCollection CustomizationTreeNodeImages { get; set; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
See Also