'DeclarationPublic Shared Function GetCellEditorContext( _ ByVal obj As DependencyObject _ ) As CellEditorContext
'UsageDim obj As DependencyObject Dim value As CellEditorContext value = Cell.GetCellEditorContext(obj)
public static CellEditorContext GetCellEditorContext( DependencyObject obj )
Parameters
- obj
- The dependency object form which the property value is read.
Return Value
The CellEditorContext property value for the dependency object.