GridPropertyEvaluatorGetPropertyValue Method (Object, String, Object) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static Object GetPropertyValue(
Object target,
string dataField,
Object nullValue
)
Public Shared Function GetPropertyValue (
target As Object,
dataField As String,
nullValue As Object
) As Object
public:
static Object^ GetPropertyValue(
Object^ target,
String^ dataField,
Object^ nullValue
)
static member GetPropertyValue :
target : Object *
dataField : string *
nullValue : Object -> Object
Parameters
- target
- Type: SystemObject
- dataField
- Type: SystemString
- nullValue
- Type: SystemObject
Return Value
Type:
Object
See Also