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