Back to Devexpress

RepositoryItemRadioGroup.EnableFocusRect Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemradiogroup-334ba712.md

latest1.5 KB
Original Source

RepositoryItemRadioGroup.EnableFocusRect Property

Gets or sets whether the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool EnableFocusRect { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property EnableFocusRect As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected; otherwise, false.

|

See Also

RepositoryItemRadioGroup Class

RepositoryItemRadioGroup Members

DevExpress.XtraEditors.Repository Namespace