menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Property - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Property

    Represents the property of various objects.

    Inheritance
    System.Object
    Property
    Implements
    ICloneable<Property>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Data
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class Property : ICloneable<Property>

    Constructors

    Property(String, Object)

    Initializes a new instance of the Property class.

    Declaration
    public Property(string name, object value)
    Parameters
    Type Name Description
    System.String name

    The name of the property.

    System.Object value

    The value of the property.

    Properties

    Name

    Gets the name of the property.

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

    The name of the property.

    Value

    Gets or sets the value of the property.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    The value.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public Property Clone()
    Returns
    Type Description
    Property

    A copy of this instance.

    Implements

    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved