Class PinnableListBoxItem
Inheritance
System.Object
PinnableListBoxItem
Implements
System.Windows.Input.ICommandSource
Assembly: Syncfusion.Shared.WPF.dll
Syntax
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
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