Skip to main content

RadioGroupItem.Description Property

Gets or sets the item’s caption.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public virtual string Description { get; set; }

Property Value

Type Description
String

The string identifying the item’s caption.

Remarks

The Description property specifies the text representing the item when it is displayed on screen. If the Description is set to null, the item’s caption is not displayed.

See Also