[]
        
(Showing Draft Content)

C1.WPF.ListView.ListViewItem.GetField

GetField Method

GetField<T>(ref T, string)

Gets the field value from its property name.

Declaration
protected virtual void GetField<T>(ref T field, string propertyName = null)
Protected Overridable Sub GetField(Of T)(ByRef field As T, Optional propertyName As String = Nothing)
Parameters
Type Name Description
T field

The backing field.

string propertyName

The name of the property.

Type Parameters
Name Description
T

The type of the property.