Skip to main content

TdxNavBarDefaultStyles.DropTargetGroup Property

Specifies the header style of the group located under the mouse pointer when dragging another group.

Declaration

property DropTargetGroup: TdxNavBarDefaultStyle index 17 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

When dragging a group, highlighting the header of the target group indicates its new position. You can use the DropTargetGroup property to access the style settings of the target group header. As implemented in the NavBar control, you can change the background color of such group headers.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the DropTargetGroup property value is automatically set to the default target group header style specified by the newly assigned View.

You can also use the settings of a custom style (if any) to specify the appearance of the target group header. For this purpose, assign the style object represented by the custom style’s Style property to the DropTargetGroup property.

See Also