TdxNavBarDragObject Members
A class used for managing NavBar drag & drop operations.Constructors
Name | Description |
---|---|
Create(TdxCustomNavBar,TDragObject,TdxNavBarGroup,TdxNavBarItemLink,TdxNavBarItem) | Creates and initializes a new instance of the TdxNavBarDragObject object. |
Properties
Name | Description |
---|---|
DropKind | |
NavBar | Represents the NavBar control involved in a drag & drop operation. |
SourceGroup | Represents a group being dragged during drag & drop operations. |
SourceItem | Represents an item whose corresponding link is being dragged during a drag & drop operation. |
SourceLink | Represents a link being dragged during drag & drop operations. |
TargetGroup | Represents a group located under the mouse pointer when performing group drag & drop operations. |
TargetObject | |
TargetPosition |
Methods
Name | Description |
---|---|
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
ToString | Inherited from TObject. |
See Also