[]
        
(Showing Draft Content)

C1.WPF.Input.C1ComboBoxItem.SetField

SetField Method

SetField<T>(ref T, T, string)

Declaration
protected override bool SetField<T>(ref T field, T value, string propertyName = null)
Protected Overrides Function SetField(Of T)(ByRef field As T, value As T, Optional propertyName As String = Nothing) As Boolean
Parameters
Type Name Description
T field
T value
string propertyName
Returns
Type Description
bool
Type Parameters
Name Description
T