New to Telerik UI for WinFormsStart a free 30-day trial

Represents an abstraction of a property info that can set and get values.

Definition

Constructors

C#
protected PropertyFieldInfo()

Methods

Gets the value of the property.

C#
public abstract object GetValue(object item)
Parameters:itemobject

The item.

Returns:

object

Sets the value of the property.

C#
public abstract void SetValue(object item, object fieldValue)
Parameters:itemobject

The item.

fieldValueobject

The field value.