Class TablePrintPagePresenter
public class TablePrintPagePresenter : PrintDataGridPresenter, INotifyPropertyChanged, IDisplayer, ICloneable, IPrintPagePresenter
- Inheritance
-
TablePrintPagePresenter
- Implements
- Inherited Members
- Extension Methods
Properties
Date
[Display(Name = "日期", GroupName = "常用,数据")]
public DateTime Date { get; set; }
Property Value
DeleteCommand
public RelayCommand DeleteCommand { get; }
Property Value
Title
[Display(Name = "标题", GroupName = "常用,数据")]
public string Title { get; set; }
Property Value
Total
[Browsable(false)]
public int Total { get; set; }
Property Value
User
[Display(Name = "用户", GroupName = "常用,数据")]
public string User { get; set; }