Back to Devexpress

SpreadsheetControl.ChartStylePopupGalleryGroups Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-8cf11ebc.md

latest1.6 KB
Original Source

SpreadsheetControl.ChartStylePopupGalleryGroups Property

Gets or sets the Chart Styles dropdown gallery groups in the Ribbon UI. For internal use. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
[Browsable(false)]
public ChartStyleGalleryGroups ChartStylePopupGalleryGroups { get; set; }
vb
<Browsable(False)>
Public Property ChartStylePopupGalleryGroups As ChartStyleGalleryGroups

Property Value

TypeDescription
DevExpress.Xpf.Spreadsheet.UI.ChartStyleGalleryGroups

A DevExpress.Xpf.Spreadsheet.UI.ChartStyleGalleryGroups instance that is a collection of ChartStyleGalleryGroupInfo objects containing items representing chart styles in the ribbon gallery.

|

Remarks

The ChartStylePopupGalleryGroups property is required to bind the Chart Styles dropdown gallery groups to the SpreadsheetControl.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace