New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescriptionResult
RadioCheckAlignmentGets or sets a value indicating the alignment of the radio button.WinForms RadRadioButton RadioCheckAlignment
ImageGets or sets the image that is displayed on the radio button control. To add an image to RadRadioButton at design time, click on the Image property (the ellipsis button) to launch the Select Resource dialog. Use the Import button to load image files as a Local Resource, i.e. for that radio button only, or as a Project resource file where other components can share the same images.WinForms RadRadioButton Image
TextImageRelationGets or sets the position of text and image relative to each other. Note that the value of this property is independent of the value of RadioCheckAlignment. Setting the RadioCheckAlignment property to MiddleRight and setting TextImageRelation to TextBeforeImage will result in the image being placed between the text and the check box.WinForms RadRadioButton TextImageRelation
TextGets or sets the text associated with the drop down button control.WinForms RadRadioButton Text
DisplayStyleDefines the display image and text style of an item.
None: Specifies that neither image nor text is rendered.
Text: Specifies that only text is rendered.
Image: Specifies that only an image is rendered.
ImageAndText: Specifies that both an image and text are to be rendered.
WinForms RadRadioButton DisplayStyle
ButtonElementGets the instance of RadRadioButtonElement wrapped by this control. RadRadioButtonElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadRadioButton.
ToggleStateGets or sets the toggle state. Toggle state enumeration defines the following values: Off, Indeterminate, and On.
CheckState *Gets or sets the check state. Check state enumeration defines the following values: Uncheck, Indeterminate, and Check.
AutoCheckGets or sets a value indicating whether the IsChecked value and the appearance of the control automatically change when the control is clicked.

AutoCheck property is available as of R3 2023. When the RadRadioButton is part of a group and the AutoCheck property is set to true, this ensures that only one radio button is checked at a given time. If the AutoCheck property is set to false, the group of buttons will not act as a mutually exclusive group and the IsChecked property should be updated in code.

Methods

MethodDescription
PerformClickGenerates a Click event for a radio button.

Events

EventDescription
ToggleStateChangingOccurs before the item's toggle state changes.
ToggleStateChangedOccurs when the elements's state changes.
CheckStateChangingOccurs before the elements's check state changes.
CheckStateChangedOccurs when the elements's check state changes.

Due to the specifics of the simple data binding we have introduced the CheckStateChanging and CheckStateChanged events together with the CheckState property. These events and property provide the same functionality as the ToggleStateChanged, ToggleStateChanging and the ToggleState property, but give you the ability to simple data bind the control.

See Also

Not finding the help you need?
Contact Support