public class SfDataGridDragDropBehavior<T> : Behavior<SfDataGrid>
where T : class
Public Class SfDataGridDragDropBehavior(Of T As Class)
Inherits Behavior(Of SfDataGrid)| SfDataGridDragDropBehaviorT | Initializes a new instance of the SfDataGridDragDropBehaviorT class |
| Items | >Gets the observableCollection associated with the grid to which the behavior is attached. |
| ItemsProperty | Identifies the dependency property Items. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |