Back to Devexpress

DataSourceAdapterBase.DataSorted Property

corelibraries-devexpress-dot-xtracharts-dot-datasourceadapterbase.md

latest1.2 KB
Original Source

DataSourceAdapterBase.DataSorted Property

Gets or sets the value that identifies whether the source data is sorted.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public bool DataSorted { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
Public Property DataSorted As Boolean

Property Value

TypeDescription
Boolean

true if the source data is sorted; otherwise, false.

|

See Also

DataSourceAdapterBase Class

DataSourceAdapterBase Members

DevExpress.XtraCharts Namespace