Class CheckBox
Represents a check box report item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CheckBox : TextItemBase, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable, ISupportsRotation, IDesignTimeFormattable
Constructors
CheckBox()
Declaration
public CheckBox()
Properties
CheckAlign
Gets or sets the alignment of the check mark on a CheckBox.
Declaration
public ContentAlignment CheckAlign { get; set; }
Property Value
System. One of the System. |
CheckedImage
Gets or sets the image corresponding to an Selected CheckBox
Declaration
public object CheckedImage { get; set; }
Property Value
System. A System. |
FalseValue
Gets or sets the value template corresponding to an Unchecked CheckBox
Declaration
public object FalseValue { get; set; }
Property Value
System. A System. |
IndeterminateImage
Gets or sets the image corresponding to an Indeterminate CheckBox
Declaration
public object IndeterminateImage { get; set; }
Property Value
System. A System. |
IndeterminateValue
Gets or sets the value template corresponding to an Indeterminate CheckBox
Declaration
public object IndeterminateValue { get; set; }
Property Value
System. A System. |
Text
Gets or sets the current text (aka label) in the check box.
Declaration
public string Text { get; set; }
Property Value
System. A System. |
TrueValue
Gets or sets the value template corresponding to an Selected CheckBox
Declaration
public object TrueValue { get; set; }
Property Value
System. A System. |
UncheckedImage
Gets or sets the image corresponding to an Unchecked CheckBox
Declaration
public object UncheckedImage { get; set; }
Property Value
System. A System. |
Value
Gets or sets the value of the check box.
Declaration
public object Value { get; set; }
Property Value
System. A System. |