Class FieldPropertyDefinition
Inheritance
System.Object
FieldPropertyDefinition
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: Telerik.WinForms.Documents.Model.Fields
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FieldPropertyDefinition
Constructors
FieldPropertyDefinition(String)
Declaration
public FieldPropertyDefinition(string propertyName)
Parameters
System.String
propertyName
|
Properties
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.String
|