Table of Contents

Class OptionColumn

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll

The options contained by a question can be displayed in a multi-column table. This class represents a column in such a table.

public class OptionColumn
Inheritance
OptionColumn
Inherited Members
Extension Methods

Constructors

OptionColumn()

Constructs an empty column.

public OptionColumn()

OptionColumn(string, HorizontalAlignment, string)

Constructs an initialized column.

public OptionColumn(string title, HorizontalAlignment alignment, string cssClass)

Parameters

title string
alignment HorizontalAlignment
cssClass string

OptionColumn(string, string, string)

Constructs an initialized column.

public OptionColumn(string title, string alignment, string cssClass)

Parameters

title string
alignment string
cssClass string

Properties

Alignment

Are the cells in this column (including the header and the rows) justified left, right, or center?

public HorizontalAlignment Alignment { get; set; }

Property Value

HorizontalAlignment

Content

The column needs support for a multilingual title (i.e. column header).

public ContentTitle Content { get; set; }

Property Value

ContentTitle

CssClass

The CSS class used to control layout and style for the column.

public string CssClass { get; set; }

Property Value

string

Methods

Clone()

public OptionColumn Clone()

Returns

OptionColumn

Equals(OptionColumn)

public bool Equals(OptionColumn other)

Parameters

other OptionColumn

Returns

bool