ClassRadButtonGroup
Class
Represents a button group control.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadButtonGroup : ItemsControl
Inheritance: objectRadButtonGroup
Constructors
RadButtonGroup()
Initializes a new instance of the RadButtonGroup class.
Declaration
cs-api-definition
public RadButtonGroup()
Methods
GetContainerForItemOverride()
Creates or identifies the element used to display a specified item.
Declaration
cs-api-definition
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own container.
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
cs-api-definition
protected override void OnApplyTemplate()
PrepareContainerForItemOverride(DependencyObject, object)
Prepares the specified element to display the specified item.
Declaration
cs-api-definition
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
element
DependencyObject
Element used to display the specified item.
item
Specified item.