menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Table.TableLayoutInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Table.TableLayoutInfo

    Inheritance
    System.Object
    Table.TableLayoutInfo
    Implements
    ITableLayoutInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    protected class TableLayoutInfo : ITableLayoutInfo

    Constructors

    TableLayoutInfo(Table)

    Declaration
    public TableLayoutInfo(Table table)
    Parameters
    Type Name Description
    Table table

    Properties

    CellPaddings

    Gets owner cell paddings.

    Declaration
    public double CellPaddings { get; }
    Property Value
    Type
    System.Double

    CellSpasings

    Gets owner table cell spasings.

    Declaration
    public double CellSpasings { get; }
    Property Value
    Type
    System.Double

    CellsWidth

    Declaration
    public float[] CellsWidth { get; set; }
    Property Value
    Type
    System.Single[]

    HeadersRowCount

    Declaration
    public int HeadersRowCount { get; }
    Property Value
    Type
    System.Int32

    Height

    Declaration
    public float Height { get; }
    Property Value
    Type
    System.Single

    IsDefaultCells

    Declaration
    public bool[] IsDefaultCells { get; }
    Property Value
    Type
    System.Boolean[]

    Width

    Declaration
    public float Width { get; set; }
    Property Value
    Type
    System.Single

    Implements

    ITableLayoutInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved