Back to Devexpress

PropertyGridControl.GetPropertyDescriptor Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-dot-getpropertydescriptor.md

latest731 B
Original Source

PropertyGridControl.GetPropertyDescriptor Method

NameParametersDescription
GetPropertyDescriptor(BaseRow, out Object)row, targetObjectReturns the property descriptor which is associated with the specified row. The object which owns the property is returned via the targetObject parameter.
GetPropertyDescriptor(BaseRow)rowReturns the property descriptor for the property associated with the specified row.