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

RepositoryItemCheckEdit.HotTrackWhenReadOnly Property

Gets or sets whether the read only CheckEdit is highlighted when hovered over with the mouse cursor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public bool HotTrackWhenReadOnly { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the read only CheckEdit changes its appearance when hovered over with the mouse cursor; otherwise, false.

Remarks

By default, if the CheckEdit is in the read only state (see RepositoryItem.ReadOnly), it is highlighted when hovered over with the mouse cursor. Set the HotTrackWhenReadOnly property to false to prevent this from happening.

See Also