DragDropBehaviorProperties Members
Contains the Drag-and-Drop Behavior options.Constructors
| Name | Description |
|---|---|
| DragDropBehaviorProperties() | Initializes a new DragDropBehaviorProperties class instance with the default settings. For internal use. |
Properties
| Name | Description |
|---|---|
| AllowDrag | Gets or sets whether users are allowed to drag data elements from the control. |
| AllowDrop | Gets or sets whether users are allowed to drop data elements on the attached control. |
| Events | Provides access to the Drag-and-Drop Behavior events. For internal use. |
| InsertIndicatorVisible | Gets or sets whether to display the indicator that shows the position in the target control where dragged elements will be inserted. |
| PreviewVisible | Gets or sets whether a preview of the dragged element is displayed during a drag-and-drop operation. |
Methods
| Name | Description |
|---|---|
| CreateEventsStorage() | Returns a new DragDropEvents class instance. For internal use. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetEventsStorage() | For internal use. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetEventsStorage(IComponent) | For internal use. |
See Also