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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[DXCategory("Behavior")]
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