[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Styles.NavBaseCustomStyle.SetProperty

SetProperty Method

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

Sets the specified property value.

Declaration
protected void SetProperty<T>(ref T field, T value, string propertyName = null)
Parameters
Type Name Description
T field

Corresponding field.

T value

New value to set.

string propertyName

Property name.

Type Parameters
Name Description
T

Property type.