menu

WinForms

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

    Show / Hide Table of Contents

    Class SplitWidgetContainer

    Summary description for SplitWidgetContainer.

    Inheritance
    System.Object
    SplitWidgetContainer
    Implements
    IWidgetContainer
    IWidget
    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.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class SplitWidgetContainer : IWidgetContainer, IWidget

    Constructors

    SplitWidgetContainer(IWidgetContainer)

    Initializes a new instance of the SplitWidgetContainer class.

    Declaration
    public SplitWidgetContainer(IWidgetContainer container)
    Parameters
    Type Name Description
    IWidgetContainer container

    The container.

    SplitWidgetContainer(IWidgetContainer, IWidget, Int32)

    Initializes a new instance of the SplitWidgetContainer class.

    Declaration
    public SplitWidgetContainer(IWidgetContainer container, IWidget currentChild, int firstIndex)
    Parameters
    Type Name Description
    IWidgetContainer container

    The container.

    IWidget currentChild

    The current child.

    System.Int32 firstIndex

    Index of the first.

    Properties

    Count

    Gets count of child widgets.

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

    Item[Int32]

    Gets child widget by index.

    Declaration
    public IWidget this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    IWidget

    LayoutInfo

    Gets layout info.

    Declaration
    public ILayoutInfo LayoutInfo { get; }
    Property Value
    Type
    ILayoutInfo

    RealWidgetContainer

    Gets the real widget container.

    Declaration
    public IWidgetContainer RealWidgetContainer { get; }
    Property Value
    Type Description
    IWidgetContainer

    The real widget container.

    Methods

    Draw(CustomGraphics, LayoutedWidget)

    Draw range to graphics.

    Declaration
    public void Draw(CustomGraphics g, LayoutedWidget layoutedWidget)
    Parameters
    Type Name Description
    CustomGraphics g

    The g.

    LayoutedWidget layoutedWidget

    The layouted widget.

    Implements

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