SfDataGridDragDropBehaviorTItems Property
>Gets the observableCollection associated with the grid to which the behavior is attached.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public ObservableCollection<T> Items { get; set; }
Public Property Items As ObservableCollection(Of T)
Get
Set
Property Value
ObservableCollectionT