Class GetPropertyKindEventArgs
Provides data for the GetPropertyKind event.
Inheritance
System.Object
GetPropertyKindEventArgs
Namespace: FastReport
Assembly: FastReport.Base.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 |