Class ColumnPropertyInfo
- Namespace
- H.Presenters.Design.Base
- Assembly
- H.Presenters.Design.dll
[Display(Name = "列头设置")]
public class ColumnPropertyInfo : BindableBase, INotifyPropertyChanged
- Inheritance
-
ColumnPropertyInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
ColumnPropertyInfo(PropertyInfo)
public ColumnPropertyInfo(PropertyInfo t)
Parameters
Properties
Header
[Display(Name = "列名")]
public string Header { get; set; }
Property Value
IsVisible
[Display(Name = "显示")]
public bool IsVisible { get; set; }
Property Value
PropertyInfo
[JsonIgnore]
[Browsable(false)]
public PropertyInfo PropertyInfo { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.