Class OptionColumn
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
titlestringalignmentHorizontalAlignmentcssClassstring
OptionColumn(string, string, string)
Constructs an initialized column.
public OptionColumn(string title, string alignment, string cssClass)
Parameters
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
Content
The column needs support for a multilingual title (i.e. column header).
public ContentTitle Content { get; set; }
Property Value
CssClass
The CSS class used to control layout and style for the column.
public string CssClass { get; set; }
Property Value
Methods
Clone()
public OptionColumn Clone()
Returns
Equals(OptionColumn)
public bool Equals(OptionColumn other)
Parameters
otherOptionColumn