Skip to main content

NavBarDragDropEventArgs.Group Property

Gets a group into which a dragged item is about to be or has been dropped.

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object representing the target group of a drag-and-drop operation.

See Also