alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class PinnableListBoxParams

    Inheritance
    System.Object
    PinnableListBoxParams
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class PinnableListBoxParams : Object

    Constructors

    PinnableListBoxParams()

    Declaration
    public PinnableListBoxParams()

    PinnableListBoxParams(String, String)

    Declaration
    public PinnableListBoxParams(string pinItemsSortDescription, string unPinItemsSortDescription)
    Parameters
    Type Name Description
    System.String pinItemsSortDescription
    System.String unPinItemsSortDescription

    Properties

    PinItemsSortDescription

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

    UnPinItemsSortDescription

    Declaration
    public string UnPinItemsSortDescription { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved