Class DownloadColumn
public sealed class DownloadColumn
- Inheritance
-
DownloadColumn
- Inherited Members
- Extension Methods
Constructors
DownloadColumn(string, string, string, double?, HorizontalAlignment?)
public DownloadColumn(string name, string title = null, string format = null, double? width = null, HorizontalAlignment? align = null)
Parameters
namestringtitlestringformatstringwidthdouble?alignHorizontalAlignment?
Properties
Align
public HorizontalAlignment? Align { get; set; }
Property Value
Format
public string Format { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Title
public string Title { get; set; }
Property Value
Visible
public bool Visible { get; set; }
Property Value
Width
public double? Width { get; set; }
Property Value
Methods
Clone()
public DownloadColumn Clone()