ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowFormat - ASP.NETMVC API Reference | Syncfusion RowFormat class. ">

    Show / Hide Table of Contents

    Class RowFormat

    Represents the RowFormat class.

    Inheritance
    System.Object
    BaseNode
    RowFormat
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    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.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class RowFormat : BaseNode, ISerializable

    Constructors

    RowFormat()

    Initializes a new instance of the RowFormat class.

    Declaration
    public RowFormat()

    Properties

    AllowBreakAcrossPages

    Determines whether the TableRowAdv is allowed to break across pages.

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

    Borders

    Gets or sets the Borders of the TableRowAdv.

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

    Height

    Gets or sets the height of the TableRowAdv.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    HeightType

    Gets or sets the HeightType of the TableRowAdv.

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

    IsHeader

    Determines whether the TableRowAdv is header row or not.

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

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

    Declaration
    public void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The System.Runtime.Serialization.SerializationInfo to populate with data.

    System.Runtime.Serialization.StreamingContext context

    The destination (see System.Runtime.Serialization.StreamingContext) for this serialization.

    Exceptions
    Type Condition
    System.Security.SecurityException

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved