menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListBoxDesigner.GetTypeDescriptorContext

    Show / Hide Table of Contents

    Class ListBoxDesigner.GetTypeDescriptorContext

    Inheritance
    System.Object
    ListBoxDesigner.GetTypeDescriptorContext
    Implements
    System.ComponentModel.ITypeDescriptorContext
    System.IServiceProvider
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class GetTypeDescriptorContext : ITypeDescriptorContext, IServiceProvider

    Constructors

    GetTypeDescriptorContext(IDesignerHost, PropertyDescriptor, Object)

    Declaration
    [TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
    public GetTypeDescriptorContext(IDesignerHost designerHost, PropertyDescriptor propDesc, object instance)
    Parameters
    Type Name Description
    System.ComponentModel.Design.IDesignerHost designerHost
    System.ComponentModel.PropertyDescriptor propDesc
    System.Object instance

    Properties

    Container

    Declaration
    public IContainer Container { get; }
    Property Value
    Type Description
    System.ComponentModel.IContainer

    Instance

    Declaration
    public object Instance
    {
        [TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
        get;
    }
    Property Value
    Type Description
    System.Object

    PropertyDescriptor

    Declaration
    public PropertyDescriptor PropertyDescriptor
    {
        [TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
        get;
    }
    Property Value
    Type Description
    System.ComponentModel.PropertyDescriptor

    Methods

    GetService(Type)

    Declaration
    public object GetService(Type serviceType)
    Parameters
    Type Name Description
    System.Type serviceType
    Returns
    Type Description
    System.Object

    OnComponentChanged()

    Declaration
    public void OnComponentChanged()

    OnComponentChanging()

    Declaration
    public bool OnComponentChanging()
    Returns
    Type Description
    System.Boolean

    Implements

    System.ComponentModel.ITypeDescriptorContext
    System.IServiceProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved