Back to Devexpress

RadioGroupItem Constructors

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-radiogroupitem-dot-ctor.md

latest2.2 KB
Original Source

RadioGroupItem Constructors

Represents a single item in the collection.

NameParametersDescription
RadioGroupItem()noneInitializes a new instance of the RadioGroupItem class.
RadioGroupItem(Object, String, Boolean, Object, String)value, description, enabled, tag, accessibleNameInitializes a new instance of the RadioGroupItem class with specified settings.
RadioGroupItem(Object, String, Boolean, Object)value, description, enabled, tagInitializes a new instance of the RadioGroupItem class with the specified settings.
RadioGroupItem(Object, String, Boolean)value, description, enabledInitializes a new instance of the RadioGroupItem class with the specified settings.
RadioGroupItem(Object, String)value, descriptionInitializes a new instance of the RadioGroupItem class and sets its RadioGroupItem.Value and RadioGroupItem.Description to the specified parameters.

See Also

RadioGroupItem Class

RadioGroupItem Members

DevExpress.XtraEditors.Controls Namespace