Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomNavBar.SourceGroup Property

Gets the NavBar group which is being dragged at the moment.

#Declaration

Delphi
property SourceGroup: TdxNavBarGroup read;

#Property Value

Type
TdxNavBarGroup

#Remarks

The SourceGroup property is initialized when a group is pressed. The TdxNavBarGroup object representing the pressed group is assigned to it. When performing drag & drop operations, this property can be used to identify the group being dragged.

See Also