Back to Devexpress

PivotGridControl.CustomizationTreeNodeImages Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-022ef89a.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public static ImageCollection CustomizationTreeNodeImages { get; set; }
vb
Public Shared Property CustomizationTreeNodeImages As ImageCollection

Property Value

TypeDescription
ImageCollection

An ImageCollection object that contains the corresponding images.

|

See Also

CustomizationFormStyle

Binding to OLAP Data Sources

Customization Form

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace