RepositoryItemCheckEdit.HotTrackWhenReadOnly Property
In This Article
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.2.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 Check |
#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