KaxDateInputGetPropertyOwner 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 GetPropertyOwner(
PropertyDescriptor pd
)
Public Function GetPropertyOwner (
pd As PropertyDescriptor
) As Object
public:
virtual Object^ GetPropertyOwner(
PropertyDescriptor^ pd
) sealed
abstract GetPropertyOwner :
pd : PropertyDescriptor -> Object
override GetPropertyOwner :
pd : PropertyDescriptor -> Object
Parameters
- pd
- Type: System.ComponentModelPropertyDescriptor
Return Value
Type:
ObjectImplements
ICustomTypeDescriptorGetPropertyOwner(PropertyDescriptor)See Also