SfDataGridDragDropBehaviorT Class

Behavior associated with the syncfusion SfDataGrid control. It will control that when dragging and dropping rows, the collection is recomposed again according to the new established order

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class SfDataGridDragDropBehavior<T> : Behavior<SfDataGrid>
where T : class
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    Animatable    Behavior    BehaviorSfDataGrid    SfDataGridDragDropBehaviorT

Type Parameters

T

Constructors

SfDataGridDragDropBehaviorTInitializes a new instance of the SfDataGridDragDropBehaviorT class

Properties

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

Fields

ItemsProperty Identifies the dependency property Items.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also