menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITableLayoutInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITableLayoutInfo

    Summary description for TableLayoutInfo.

    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface ITableLayoutInfo

    Properties

    CellPaddings

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

    CellSpasings

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

    CellsWidth

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

    HeadersRowCount

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

    Height

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

    IsDefaultCells

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

    Width

    Declaration
    float Width { get; set; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved