Skip to main content

ViewTypeGroup.ViewTypes Property

Returns the view types belonging to the group.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public List<ViewType> ViewTypes { get; }

Property Value

Type Description
List<ViewType>

The list of view types belonging to the group.

See Also