Table of Contents

Class PropertyOrder

Namespace
H.Controls.OrderBox
Assembly
H.Controls.OrderBox.dll
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

bool

PropertyInfo

[JsonIgnore]
public PropertyInfo PropertyInfo { get; set; }

Property Value

PropertyInfo

PropertyName

public string PropertyName { get; set; }

Property Value

string

UseDesc

public bool UseDesc { get; set; }

Property Value

bool