Back to Devexpress

RadioGroupItem.Enabled Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-radiogroupitem-42da3de2.md

latest1.3 KB
Original Source

RadioGroupItem.Enabled Property

Gets or sets whether the item is enabled.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

A Boolean value that specifies whether the item is enabled; otherwise, false.

|

Remarks

A disabled item cannot be selected by an end-user.

See Also

RadioGroupItem Class

RadioGroupItem Members

DevExpress.XtraEditors.Controls Namespace