Class GetPropertyKindEventArgs
Provides data for the GetPropertyKind event.
Inheritance
System.Object
GetPropertyKindEventArgs
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: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public class GetPropertyKindEventArgs
Properties
PropertyKind
Gets or sets the kind of property.
Declaration
public PropertyKind PropertyKind { get; set; }
Property Value
Type | Description |
---|---|
PropertyKind |
PropertyName
Gets the property name.
Declaration
public string PropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
PropertyType
Gets the property type.
Declaration
public Type PropertyType { get; }
Property Value
Type | Description |
---|---|
System.Type |