menu

WinForms

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

    Show / Hide Table of Contents

    Interface IPropertyContainer

    Template interface type that contains Container Name property and GetPropertyContainerByName method.

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IPropertyContainer

    Properties

    FullContainerName

    Gets the full name of the container.

    Declaration
    string FullContainerName { get; }
    Property Value
    Type Description
    System.String

    The full name of the container.

    Methods

    GetPropertyContainerByName(String)

    Gets the name of the property container by.

    Declaration
    object GetPropertyContainerByName(string strPropertyName)
    Parameters
    Type Name Description
    System.String strPropertyName

    Name of the property.

    Returns
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved