Skip to main content

TdxNavBarDefaultStyles.DropTargetLink Property

Specifies the style of the drop line indicating the new position of the link being dragged.

Declaration

property DropTargetLink: TdxNavBarDefaultStyle index 18 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

When dragging a link, its new position is indicated by a specific line. You can use the DropTargetLink property to access the style settings of this line. As implemented in the NavBar control, you can change the target line color. Ensure that the new color differs from the group’s background color (specified by the BackColor property), otherwise the line will be invisible.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the DropTargetLink property value is automatically set to the default drop line 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 link target line. For this purpose, assign the style object represented by the custom style’s Style property to the DropTargetLink property.

See Also