Class TextBox
Inheritance
System.Object
TextBox
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class TextBox : TextItemBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, ITextContainer, ILayoutElementContainer
Properties
KeepTogether
Declaration
public bool KeepTogether { get; }
Property Value
System.Boolean
|
Text
Gets the formatted value of the current TextBox processing item.
Declaration
public string Text { get; }
Property Value
System.String
|
Value
Gets or sets the value of the TextBox item
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>
|