Back to Devexpress

IDataSourceBase Interface

wpf-devexpress-dot-xpf-dot-scheduling-5f74fc28.md

latest1.0 KB
Original Source

IDataSourceBase Interface

Base interface for the DataSource object.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public interface IDataSourceBase
vb
Public Interface IDataSourceBase

Remarks

The SchedulerControl.DataSource property returns the IDataSourceBase interface. However, we recommend using the window DataContext to specify bindings to the DataSource object’s properties in XAML.

See Also

DevExpress.Xpf.Scheduling Namespace