Property | Type | Description | |
---|---|---|---|
CheckComponentType | void | ||
IsCurrentValueDifferentFromDefault | bool |
Method | Description | |
---|---|---|
CanResetValue ( object component ) : bool | ||
GetValue ( object component ) : object | ||
PropertyDescriptorReflectiveProp ( IUIGridColumn gridColumn ) : System | ||
ResetValue ( object component ) : void | ||
SetValue ( object component, object value ) : void | ||
ShouldSerializeValue ( object component ) : bool |
Method | Description | |
---|---|---|
CheckPropInfo ( IUIGridColumn gridColumn ) : void |
Method | Description | |
---|---|---|
CheckComponentType ( object component ) : void | ||
IsCurrentValueDifferentFromDefault ( object component ) : bool |
public CanResetValue ( object component ) : bool | ||
component | object | |
return | bool |
protected CheckPropInfo ( IUIGridColumn gridColumn ) : void | ||
gridColumn | IUIGridColumn | |
return | void |
public GetValue ( object component ) : object | ||
component | object | |
return | object |
public PropertyDescriptorReflectiveProp ( IUIGridColumn gridColumn ) : System | ||
gridColumn | IUIGridColumn | |
return | System |
public ResetValue ( object component ) : void | ||
component | object | |
return | void |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
return | bool |