WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AmbientHelper

    Show / Hide Table of Contents

    Class AmbientHelper

    Inheritance
    System.Object
    AmbientHelper
    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.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class AmbientHelper

    Constructors

    AmbientHelper()

    Declaration
    public AmbientHelper()

    Methods

    GetAmbientValue(Object, String, Type, out Object)

    Gets the value of a property from some object

    Declaration
    public static bool GetAmbientValue(object instance, string nameOfProperty, Type retType, out object retValue)
    Parameters
    Type Name Description
    System.Object instance

    Object from which we want to take the value of property

    System.String nameOfProperty

    Name of the property from which we want to take value

    System.Type retType

    Type of value? which to return

    System.Object retValue

    Value which we want to take

    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved