Table of Contents

Class DataGridColumnSetItem

Namespace
HeBianGu.Control.PagedDataGrid
Assembly
HeBianGu.Control.PagedDataGrid.dll

说明

public class DataGridColumnSetItem : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance
DataGridColumnSetItem
Implements
Inherited Members
Extension Methods

Constructors

DataGridColumnSetItem(DataGridColumn)

public DataGridColumnSetItem(DataGridColumn dataGridColumn)

Parameters

dataGridColumn DataGridColumn

Properties

Header

[DataGridColumn("*", Template = typeof(TextBoxDataGridColumn))]
[Display(Name = "标题")]
public string Header { get; set; }

Property Value

string

Visible

[Display(Name = "是否可见")]
public bool Visible { get; set; }

Property Value

bool

Width

[DataGridColumn("*", Template = typeof(TextBoxDataGridColumn))]
[Display(Name = "宽度")]
public DataGridLength Width { get; set; }

Property Value

DataGridLength