menu

WinForms

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

    Show / Hide Table of Contents

    Class LCTable

    Inheritance
    System.Object
    LayoutContext
    LCTable
    Inherited Members
    LayoutContext.BoundsPaddingBottom
    LayoutContext.BoundsPaddingRight
    LayoutContext.Create(IWidget, ILCOperator)
    LayoutContext.CreateLayoutArea(RectangleF)
    LayoutContext.CreateLayoutedWidget(PointF)
    LayoutContext.CustomGraphics
    LayoutContext.DoLayoutAfter()
    LayoutContext.IsEnsureSplitted()
    LayoutContext.IsVerticalNotFitted
    LayoutContext.LayoutArea
    LayoutContext.LayoutInfo
    LayoutContext.m_bIsVerticalNotFitted
    LayoutContext.m_bSkipAreaSpacing
    LayoutContext.m_layoutArea
    LayoutContext.m_lcOperator
    LayoutContext.m_ltState
    LayoutContext.m_ltWidget
    LayoutContext.m_sptWidget
    LayoutContext.m_widget
    LayoutContext.SplittedWidget
    LayoutContext.State
    LayoutContext.Widget
    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.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class LCTable : LayoutContext

    Constructors

    LCTable(ITableWidget, ILCOperator)

    Declaration
    public LCTable(ITableWidget table, ILCOperator lcOperator)
    Parameters
    Type Name Description
    ITableWidget table
    ILCOperator lcOperator

    LCTable(SplitTableWidget, ILCOperator)

    Declaration
    public LCTable(SplitTableWidget splitWidget, ILCOperator lcOperator)
    Parameters
    Type Name Description
    SplitTableWidget splitWidget
    ILCOperator lcOperator

    Fields

    m_bAtLastOneCellFitted

    Declaration
    protected bool m_bAtLastOneCellFitted
    Field Value
    Type
    System.Boolean

    Properties

    CurrRowIndex

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

    TableLayoutInfo

    Declaration
    public ITableLayoutInfo TableLayoutInfo { get; }
    Property Value
    Type
    ITableLayoutInfo

    TableWidget

    Declaration
    public ITableWidget TableWidget { get; }
    Property Value
    Type
    ITableWidget

    Methods

    Layout(RectangleF)

    Declaration
    public override LayoutedWidget Layout(RectangleF rect)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect
    Returns
    Type
    LayoutedWidget
    Overrides
    LayoutContext.Layout(RectangleF)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved