Back to Devexpress

NavBarAppearances.LinkDropTarget Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarappearances-8f283e02.md

latest1.5 KB
Original Source

NavBarAppearances.LinkDropTarget Property

Gets the appearance settings used to paint the horizontal line which indicates the position that the link is being dragged to.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public AppearanceObject LinkDropTarget { get; }
vb
Public ReadOnly Property LinkDropTarget As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the horizontal line which indicates the position that the link is being dragged to.

|

Remarks

For more information on appearances, see the Appearances topic.

See Also

NavBarAppearances Class

NavBarAppearances Members

DevExpress.XtraNavBar Namespace