Skip to main content
A newer version of this page is available. .

TreeListOptionsSelection.EnableAppearanceHotTrackedRow Property

Gets or sets whether the appearance settings for the hovered (hot-tracked) node are enabled. Default is equivalent to False.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean EnableAppearanceHotTrackedRow { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

True, if the appearance settings for the hovered (hot-tracked) node are enabled; otherwise, Default or False.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableAppearanceHotTrackedRow
WinForms Controls GanttControl
.OptionsSelection .EnableAppearanceHotTrackedRow
ResourcesTree
.OptionsSelection .EnableAppearanceHotTrackedRow
TreeList
.OptionsSelection .EnableAppearanceHotTrackedRow
Reporting XRDesignFieldList
.OptionsSelection .EnableAppearanceHotTrackedRow
XRDesignReportExplorer
.OptionsSelection .EnableAppearanceHotTrackedRow

Remarks

If the EnableAppearanceHotTrackedRow option is enabled, the hot-tracked node is painted according to the HotTrackedRow appearance settings.

You can only specify the background and foreground colors in the appearance settings.

See Also