Table of Contents

Class ColumnPropertyInfo

Namespace
H.Presenters.Design
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

t PropertyInfo

Properties

Header

[Display(Name = "列名")]
public string Header { get; set; }

Property Value

string

IsVisible

[Display(Name = "显示")]
public bool IsVisible { get; set; }

Property Value

bool

PropertyInfo

[JsonIgnore]
[Browsable(false)]
public PropertyInfo PropertyInfo { get; }

Property Value

PropertyInfo

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.