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