menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PinnableListBoxParams - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PinnableListBoxParams

    Inheritance
    System.Object
    PinnableListBoxParams
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class PinnableListBoxParams

    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 - 2025 Syncfusion Inc. All Rights Reserved