Table of Contents

Class ColumnPropertyInfo

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class ColumnPropertyInfo : NotifyPropertyChangedBase, 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

[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.