ClassCheckBox
Represents the processing instance of the CheckBox item.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
public class CheckBox : TextItemBase, ITableCell, ILayoutElementContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemTextItemBaseCheckBox
Implements:
Inherited Members
Properties
CheckAlign
Internal use only
Declaration
public ContentAlignment CheckAlign { get; set; }
Property Value
ContentAlignment
FalseValue
Internal use only
Declaration
public object FalseValue { get; set; }
Property Value
object
IndeterminateValue
Internal use only
Declaration
public object IndeterminateValue { get; set; }
Property Value
object
Text
Internal use only
Declaration
public string Text { get; set; }
Property Value
string
TrueValue
Internal use only
Declaration
public object TrueValue { get; set; }
Property Value
object
Value
Gets or sets the value of the processing instance of the check box. Can be set directly to CheckState value.
Declaration
public object Value { get; set; }
Property Value
object
Methods
Dispose(bool)
Internal use only
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
Overrides
ToString()
Internal use only
Declaration
public override string ToString()
Returns
string
Overrides