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 PinnableListBoxParamsConstructors
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 |