Skip to main content

TdxNavBarViewInfo.DragDropGroupTargetBackColor2 Method

Returns the ending background color of the drag & drop target group.

Declaration

function DragDropGroupTargetBackColor2: TColor; virtual;

Returns

Type
TColor

Remarks

This function is used to obtain the ending background color of the drag & drop target group. This value is specified by the corresponding style. The style can be set via the OptionsStyle.DefaultStyles.DropTargetGroup default style or by assigning a custom style to the OptionsStyle.CustomStyles.DropTargetGroup property. Custom style settings are more priority. The DragDropGroupTargetBackColor2 function returns the BackColor2 property value of the style assigned.

See Also