WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWidgetContainer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IWidgetContainer

    Represents a collection of Widget objects.

    Inherited Members
    IWidget.Draw(CustomGraphics, LayoutedWidget)
    IWidget.LayoutInfo
    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface IWidgetContainer : IWidget

    Properties

    Count

    Gets count of child widgets.

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

    Item[Int32]

    Gets child widget by index.

    Declaration
    IWidget this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    IWidget
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved