Class RadialMenuItem
Namespace: Telerik.UI.Xaml.Controls.Navigation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadialMenuItem : RadDependencyObject
public class RadialMenuItem : RadDependencyObject
public RadialMenuItem()
public static readonly DependencyProperty CommandParameterProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty CommandProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty ContentSectorBackgroundProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty DeselectableProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty GroupNameProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty HeaderProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty IconContentProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty IsEnabledProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty IsSelectedProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty SelectableProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public static readonly DependencyProperty ToolTipContentProperty
|
Microsoft.UI.Xaml.DependencyProperty
|
public BindableCollection<RadialMenuItem> ChildItems { get; }
|
BindableCollection<RadialMenuItem>
|
public ICommand Command { get; set; }
|
System.Windows.Input.ICommand
|
public object CommandParameter { get; set; }
|
System.Object
|
public Brush ContentSectorBackground { get; set; }
|
Microsoft.UI.Xaml.Media.Brush
|
public bool Deselectable { get; set; }
|
System.Boolean
|
public string GroupName { get; set; }
|
System.String
|
public object Header { get; set; }
|
System.Object
|
public object IconContent { get; set; }
|
System.Object
|
public bool IsEnabled { get; set; }
|
System.Boolean
|
public bool IsSelected { get; set; }
|
System.Boolean
|
public bool Selectable { get; set; }
|
System.Boolean
|
public object ToolTipContent { get; set; }
|
System.Object
|
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.