WPF

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

    Show / Hide Table of Contents

    Class MemberProperty

    Initializes a new instance for MemberProperty class.

    Inheritance
    System.Object
    MemberProperty
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class MemberProperty : DependencyObject

    Constructors

    MemberProperty()

    Declaration
    public MemberProperty()

    Fields

    NameProperty

    Identifies the dependency property for the Name of MemberProperty.

    Declaration
    public static readonly DependencyProperty NameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    UniqueNameProperty

    Identifies the dependency property for the UniqueName of MemberProperty.

    Declaration
    public static readonly DependencyProperty UniqueNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Name

    Gets or sets the name of the member property.

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

    The name.

    UniqueName

    Gets or sets the name of the unique of the member property.

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

    The name of the unique.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved