WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextBox - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextBox

    Represents a text box.

    Inheritance
    System.Object
    ReportItem
    TextBox
    Inherited Members
    ReportItem.ShouldSerializeZIndex()
    ReportItem.ResetZIndex()
    ReportItem.ShouldSerializeCustomProperties()
    ReportItem.ResetCustomProperties()
    ReportItem.ShouldSerializeDataElementOutput()
    ReportItem.ResetDataElementOutput()
    ReportItem.ShouldSerializeVisibility()
    ReportItem.ResetVisibility()
    ReportItem.Left
    ReportItem.Top
    ReportItem.Name
    ReportItem.Value
    ReportItem.ActionInfo
    ReportItem.Height
    ReportItem.Width
    ReportItem.ZIndex
    ReportItem.Visibility
    ReportItem.LabelLocID
    ReportItem.ToolTip
    ReportItem.DocumentMapLabel
    ReportItem.Bookmark
    ReportItem.RepeatWith
    ReportItem.CustomProperties
    ReportItem.DataElementName
    ReportItem.DataElementOutput
    ReportItem.Style
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class TextBox : ReportItem

    Constructors

    TextBox()

    Declaration
    public TextBox()

    TextBox(ReportSerializer)

    Declaration
    public TextBox(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    CanGrow

    Declaration
    public bool CanGrow { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanShrink

    Declaration
    public bool CanShrink { get; set; }
    Property Value
    Type Description
    System.Boolean

    DataElementStyle

    Declaration
    public DataElementStyle DataElementStyle { get; set; }
    Property Value
    Type Description
    DataElementStyle

    HideDuplicates

    Declaration
    public string HideDuplicates { get; set; }
    Property Value
    Type Description
    System.String

    IsNoRowMessage

    Declaration
    public bool IsNoRowMessage { get; set; }
    Property Value
    Type Description
    System.Boolean

    KeepTogether

    Declaration
    public bool KeepTogether { get; set; }
    Property Value
    Type Description
    System.Boolean

    Paragraphs

    Declaration
    public Paragraphs Paragraphs { get; set; }
    Property Value
    Type Description
    Paragraphs

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    ToggleImage

    Declaration
    public ToggleImage ToggleImage { get; set; }
    Property Value
    Type Description
    ToggleImage

    UserSort

    Declaration
    public UserSort UserSort { get; set; }
    Property Value
    Type Description
    UserSort

    Methods

    RestCanGrow()

    Declaration
    public void RestCanGrow()

    RestCanShrink()

    Declaration
    public void RestCanShrink()

    RestDataElementStyle()

    Declaration
    public void RestDataElementStyle()

    RestKeepTogether()

    Declaration
    public void RestKeepTogether()

    ShouldSerializeCanGrow()

    Declaration
    public bool ShouldSerializeCanGrow()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCanShrink()

    Declaration
    public bool ShouldSerializeCanShrink()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDataElementStyle()

    Declaration
    public bool ShouldSerializeDataElementStyle()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeKeepTogether()

    Declaration
    public bool ShouldSerializeKeepTogether()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved