Back to Devexpress

RadioGroupItem Members

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-radiogroupitem-dot-underscore-members.md

latest5.1 KB
Original Source

RadioGroupItem Members

Represents a single item in the collection.

Constructors

NameDescription
RadioGroupItem()Initializes a new instance of the RadioGroupItem class.
RadioGroupItem(Object, String, Boolean, Object, String)Initializes a new instance of the RadioGroupItem class with specified settings.
RadioGroupItem(Object, String, Boolean, Object)Initializes a new instance of the RadioGroupItem class with the specified settings.
RadioGroupItem(Object, String, Boolean)Initializes a new instance of the RadioGroupItem class with the specified settings.
RadioGroupItem(Object, String)Initializes a new instance of the RadioGroupItem class and sets its RadioGroupItem.Value and RadioGroupItem.Description to the specified parameters.

Properties

NameDescription
AccessibleNameGets or sets the object’s name used by accessibility client applications.
DescriptionGets or sets the item’s caption.
EnabledGets or sets whether the item is enabled.
TagGets or sets an object that contains custom data for the current RadioGroupItem object.
ValueGets or sets the value associated with the current item.

Methods

NameDescription
Clone()Returns a copy of the current RadioGroupItem object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the text representation of the item.

Events

NameDescription
ChangedOccurs when any item property is changed.

See Also

RadioGroupItem Class

DevExpress.XtraEditors.Controls Namespace