Class CheckBox
Represents the processing instance of the CheckBox item.
Inheritance
System.Object
CheckBox
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class CheckBox : TextItemBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, ITextContainer, IImageContainer, ILayoutElementContainer
Properties
CheckAlign
Declaration
public ContentAlignment CheckAlign { get; set; }
Property Value
System.Drawing.ContentAlignment
|
FalseValue
Declaration
public object FalseValue { get; set; }
Property Value
System.Object
|
IndeterminateValue
Declaration
public object IndeterminateValue { get; set; }
Property Value
System.Object
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TrueValue
Declaration
public object TrueValue { get; set; }
Property Value
System.Object
|
Value
Gets or sets the value of the processing instance of the check box. Can be set directly to Telerik.Reporting.CheckState value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Explicit Interface Implementations
ILayoutElementContainer.Children
Declaration
IEnumerable<LayoutElement> ILayoutElementContainer.Children { get; }
Returns
System.Collections.Generic.IEnumerable<LayoutElement>
|