WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PinnableListBoxItem

    Show / Hide Table of Contents

    Class PinnableListBoxItem

    Inheritance
    System.Object
    PinnableListBoxItem
    Implements
    System.Windows.Input.ICommandSource
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    [SkinType(SkinVisualStyle = Skin.Office2010Black, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/Office2010BlackStyle.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.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.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.Metro, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/MetroStyle.xaml")]
    [SkinType(SkinVisualStyle = Skin.VS2010, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/VS2010Style.xaml")]
    [SkinType(SkinVisualStyle = Skin.Transparent, Type = typeof(PinnableListBoxItem), XamlResource = "pack://application:,,,/Syncfusion.Shared.Wpf.Classic;component/Controls/PinnableListBox/Themes/TransparentStyle.xaml")]
    public class PinnableListBoxItem : ContentControl, ICommandSource

    Constructors

    PinnableListBoxItem()

    Declaration
    public PinnableListBoxItem()

    Fields

    AddedTimeProperty

    Declaration
    public static readonly DependencyProperty AddedTimeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ClearCommand

    Declaration
    public static readonly RoutedCommand ClearCommand
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    CommandParameterProperty

    Declaration
    public static readonly DependencyProperty CommandParameterProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CommandProperty

    Declaration
    public static readonly DependencyProperty CommandProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CommandTargetProperty

    Declaration
    public static readonly DependencyProperty CommandTargetProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CornerRadiusProperty

    Declaration
    public static readonly DependencyProperty CornerRadiusProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DescriptionProperty

    Declaration
    public static readonly DependencyProperty DescriptionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IconProperty

    Declaration
    public static readonly DependencyProperty IconProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsPinnedProperty

    Declaration
    public static readonly DependencyProperty IsPinnedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsSelectedProperty

    Declaration
    public static readonly DependencyProperty IsSelectedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    PinCommand

    Declaration
    public static readonly RoutedCommand PinCommand
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    RemoveCommand

    Declaration
    public static readonly RoutedCommand RemoveCommand
    Field Value
    Type Description
    System.Windows.Input.RoutedCommand

    Properties

    AddedTime

    Declaration
    public DateTime AddedTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    Command

    Declaration
    public ICommand Command { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    CommandParameter

    Declaration
    public object CommandParameter { get; set; }
    Property Value
    Type Description
    System.Object

    CommandTarget

    Declaration
    public IInputElement CommandTarget { get; set; }
    Property Value
    Type Description
    System.Windows.IInputElement

    CornerRadius

    Declaration
    public Thickness CornerRadius { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Icon

    Declaration
    public ImageSource Icon { get; set; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource

    IsPinned

    Declaration
    public bool IsPinned { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    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

    OnMouseLeftButtonUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    Implements

    System.Windows.Input.ICommandSource
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved