dbicList Send comments on this topic.
ItemDragColor Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : ItemDragColor Property

Determines the color of the drag bar when an item is dragged inside the list area.

Syntax

Visual Basic (Declaration) 
Public Property ItemDragColor As Color
C# 
public Color ItemDragColor {get; set;}

Property Value

Color

Remarks

This property is only used when dragging list items using the internal drag drop functionality, AllowItemDrag.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also