SfDataGridDragDropBehaviorTItems Property

>Gets the observableCollection associated with the grid to which the behavior is attached.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public ObservableCollection<T> Items { get; set; }

Property Value

ObservableCollectionT

See Also