TdxNavBarViewInfo.DragDropGroupTargetBackColor Method
Returns the starting background color of the drag & drop target group.
Declaration
function DragDropGroupTargetBackColor: TColor; virtual;
Returns
Type |
---|
TColor |
Remarks
This function is used to obtain the starting 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 DragDropGroupTargetBackColor function returns the BackColor property value of the style assigned.
See Also