ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextBoxJsonModel - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextBoxJsonModel

    Inheritance
    System.Object
    ReportItemBaseModel
    TextBoxJsonModel
    Inherited Members
    ReportItemBaseModel.Name
    ReportItemBaseModel.ItemName
    ReportItemBaseModel.Top
    ReportItemBaseModel.Left
    ReportItemBaseModel.Height
    ReportItemBaseModel.Width
    ReportItemBaseModel.ItemType
    ReportItemBaseModel.IsTablixChild
    ReportItemBaseModel.IsTablixInnerChild
    ReportItemBaseModel.CanGrow
    ReportItemBaseModel.Hidden
    ReportItemBaseModel.CanShrink
    ReportItemBaseModel.EmbedImageData
    ReportItemBaseModel.IsClientExport
    ReportItemBaseModel.ErrorInformation
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class TextBoxJsonModel : ReportItemBaseModel

    Constructors

    TextBoxJsonModel()

    Declaration
    public TextBoxJsonModel()

    Properties

    ActionInfo

    Declaration
    public ReportActionInfoExpVal ActionInfo { get; set; }
    Property Value
    Type Description
    ReportActionInfoExpVal

    BackgroundImage

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

    BackgroundSrc

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

    Border

    Declaration
    public BorderVal Border { get; set; }
    Property Value
    Type Description
    BorderVal

    Direction

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

    DocumentMap

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

    IsNoRowMessage

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

    IsToggle

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

    Padding

    Declaration
    public ThicknessExval Padding { get; set; }
    Property Value
    Type Description
    ThicknessExval

    Paragraphval

    Declaration
    public List<ParagraphEval> Paragraphval { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ParagraphEval>

    ShowToggle

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

    Sorting

    Declaration
    public SortingModel Sorting { get; set; }
    Property Value
    Type Description
    Syncfusion.EJ.ReportViewer.Internal.SortingModel

    TextboxActionInfo

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

    TextBoxBackgroundColor

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

    TextBoxTextColor

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

    ToggleInfo

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

    ToolTip

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

    VerticalAlign

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

    WritingMode

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

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    ReportItemBaseModel.Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved