Skip to main content

DataFilterModel.DataType Property

Gets or sets the value of the DataFilter.DataType within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[DefaultValue(typeof(string))]
public Type DataType { get; set; }

Property Value

Type Default Description
Type string

The data value type.

See Also