GridPropertyEvaluatorGetCachedPropertyValue Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public Object GetCachedPropertyValue(
Object target,
string dataField,
Object nullValue
)
Public Function GetCachedPropertyValue (
target As Object,
dataField As String,
nullValue As Object
) As Object
public:
Object^ GetCachedPropertyValue(
Object^ target,
String^ dataField,
Object^ nullValue
)
member GetCachedPropertyValue :
target : Object *
dataField : string *
nullValue : Object -> Object
Parameters
- target
- Type: SystemObject
- dataField
- Type: SystemString
- nullValue
- Type: SystemObject
Return Value
Type:
ObjectSee Also