alexa

    Show / Hide Table of Contents

    Interface IProperty

    Represents the Iproperty Interface

    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public interface IProperty

    Properties

    PropertyName

    Get and set the PropertyName

    Declaration
    string PropertyName { get; set; }
    Property Value
    Type
    System.String

    PropertyType

    Get and set the PropertyType

    Declaration
    string PropertyType { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX