Class InnerRim
Represents an InnerRim that contains the selected item SfRadialSlider
Inheritance
System.Object
InnerRim
Namespace: Syncfusion.Windows.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.Wpf.dll
Syntax
public sealed class InnerRim : HeaderedItemsControl
Remarks
Constructors
InnerRim()
Initializes a new instance of the InnerRim class.
Declaration
public InnerRim()
Methods
GetContainerForItemOverride()
Gets a container for the override item
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
System.Windows.DependencyObject | new radial menu item |
IsItemItsOwnContainerOverride(Object)
Returns an item when there is a similar override item
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | item of the panel |
Returns
Type | Description |
---|---|
System.Boolean | returns true if the item is radial menu item else returns false |
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the items in the container are changed
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | The event arguments |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the container for overriding
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | Radial menu item |
System.Object | item | item of the panel |