Class RadRadioMenuGroupItem
Represents RadRadioMenuGroupItem.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class RadRadioMenuGroupItem : RadMenuGroupItem, ICommandSource, ISupportInitialize
Constructors
RadRadioMenuGroupItem()
Initializes a new instance of the RadRadioMenuGroupItem class.
Declaration
public RadRadioMenuGroupItem()
Fields
SelectedItemProperty
Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.SelectedItem property.
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
System.Windows.DependencyProperty
|
Properties
SelectedItem
Gets or sets the selected item.
Declaration
public object SelectedItem { get; set; }
Property Value
System.Object
The selected item. |
Methods
ClearContainerForItemOverride(DependencyObject, Object)
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
The container element. |
System.Object
item
The item. |
Overrides
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |