Skip to main content
A newer version of this page is available. .

DataFilterModel.DataType Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Default Description
Type string

The data value type.

See Also