Class PinnableListBoxParams
Inheritance
System.Object
PinnableListBoxParams
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
UnPinItemsSortDescription
Declaration
public string UnPinItemsSortDescription { get; set; }
Property Value