Table of Contents

Class DownloadColumn

Namespace
InSite.Domain.Reports
Assembly
Shift.Sdk.dll
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

name string
title string
format string
width double?
align HorizontalAlignment?

Properties

Align

public HorizontalAlignment? Align { get; set; }

Property Value

HorizontalAlignment?

Format

public string Format { get; set; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Visible

public bool Visible { get; set; }

Property Value

bool

Width

public double? Width { get; set; }

Property Value

double?

Methods

Clone()

public DownloadColumn Clone()

Returns

DownloadColumn