Class PinnableListBoxItem
Inheritance
System.Object
PinnableListBoxItem
Implements
System.Windows.Input.ICommandSource
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
[SkinType(SkinVisualStyle = Skin.Office2007Black, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/Office2007BlackStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2007Silver, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/Office2007SilverStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2010Blue, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/Office2010BlueStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2010Black, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/Office2010BlackStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2010Silver, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/Office2010SilverStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Blend, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/BlendStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Default, Type = typeof(PinnableListBoxItem), XamlResource = "/Syncfusion.Shared.Wpf;component/Controls/PinnableListBox/Themes/Generic.xaml")]
[SkinType(SkinVisualStyle = Skin.Office2007Blue, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/Office2007BlueStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Metro, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/MetroStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.Transparent, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/TransparentStyle.xaml")]
[SkinType(SkinVisualStyle = Skin.VS2010, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/VS2010Style.xaml")]
public class PinnableListBoxItem : ContentControl, ICommandSource
Constructors
PinnableListBoxItem()
Declaration
public PinnableListBoxItem()
Fields
AddedTimeProperty
Declaration
public static readonly DependencyProperty AddedTimeProperty
Field Value
Type |
System.Windows.DependencyProperty |
ClearCommand
Declaration
public static readonly RoutedCommand ClearCommand
Field Value
Type |
System.Windows.Input.RoutedCommand |
CommandParameterProperty
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Type |
System.Windows.DependencyProperty |
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Type |
System.Windows.DependencyProperty |
CommandTargetProperty
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
Type |
System.Windows.DependencyProperty |
CornerRadiusProperty
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
Type |
System.Windows.DependencyProperty |
DescriptionProperty
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Type |
System.Windows.DependencyProperty |
IconProperty
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsPinnedProperty
Declaration
public static readonly DependencyProperty IsPinnedProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
System.Windows.DependencyProperty |
PinCommand
Declaration
public static readonly RoutedCommand PinCommand
Field Value
Type |
System.Windows.Input.RoutedCommand |
RemoveCommand
Declaration
public static readonly RoutedCommand RemoveCommand
Field Value
Type |
System.Windows.Input.RoutedCommand |
Properties
AddedTime
Declaration
public DateTime AddedTime { get; set; }
Property Value
Command
Declaration
public ICommand Command { get; set; }
Property Value
Type |
System.Windows.Input.ICommand |
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
CommandTarget
Declaration
public IInputElement CommandTarget { get; set; }
Property Value
Type |
System.Windows.IInputElement |
CornerRadius
Declaration
public Thickness CornerRadius { get; set; }
Property Value
Type |
System.Windows.Thickness |
Description
Declaration
public string Description { get; set; }
Property Value
Icon
Declaration
public ImageSource Icon { get; set; }
Property Value
Type |
System.Windows.Media.ImageSource |
IsPinned
Declaration
public bool IsPinned { get; set; }
Property Value
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnIsPinnedChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnIsPinnedChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsPinnedChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnIsPinnedChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
Implements
System.Windows.Input.ICommandSource