ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarDesigner.GetTypeDescriptorContext - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarDesigner.GetTypeDescriptorContext

    Represents the GetTypeDescriptorContext class

    Inheritance
    System.Object
    ToolbarDesigner.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

    Gets the Container object of the Container class.

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

    Instance

    Gets the instance of the ToolbarDesigner class.

    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

    Gets the PropertyDescriptor object of the PropertyDescriptor class.

    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)

    Represents the GetService method

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

    The service type

    Returns
    Type Description
    System.Object

    This method returns object value

    OnComponentChanged()

    Represents the OnComponentChanged method

    Declaration
    public void OnComponentChanged()

    OnComponentChanging()

    Represents the OnComponentChanging method

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

    This method returns boolean value

    Implements

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