Class PropertyOrder
public class PropertyOrder : BindableBase, INotifyPropertyChanged, IProperty
- Inheritance
-
PropertyOrder
- Implements
- Inherited Members
- Extension Methods
Constructors
PropertyOrder()
public PropertyOrder()
PropertyOrder(PropertyInfo)
public PropertyOrder(PropertyInfo propertyInfo)
Parameters
propertyInfo
PropertyInfo
Properties
IsSelected
public bool IsSelected { get; set; }
Property Value
PropertyInfo
[JsonIgnore]
public PropertyInfo PropertyInfo { get; set; }
Property Value
PropertyName
public string PropertyName { get; set; }
Property Value
UseDesc
public bool UseDesc { get; set; }