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 |