Back to Devexpress

GridControl.DataSourceProperty Field

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-3b0d3e5f.md

latest1.4 KB
Original Source

GridControl.DataSourceProperty Field

OBSOLETE

Instead use the ItemsSource property. For detailed information, see the list of breaking changes in DXperience v2011 vol 1.

Identifies the GridControl.DataSource dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Obsolete("Instead use the ItemsSource property. For detailed information, see the list of breaking changes in DXperience v2011 vol 1.")]
public static readonly DependencyProperty DataSourceProperty
vb
<Obsolete("Instead use the ItemsSource property. For detailed information, see the list of breaking changes in DXperience v2011 vol 1.")>
Public Shared ReadOnly DataSourceProperty As DependencyProperty

Field Value

TypeDescription
DependencyProperty

A dependency property identifier.

|

See Also

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace