Back to Devexpress

RepositoryItemCheckEdit.HotTrackWhenReadOnly Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-d52fa70b.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool HotTrackWhenReadOnly { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property HotTrackWhenReadOnly As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ReadOnly

RepositoryItemCheckEdit Class

RepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace