Accord.Controls.ArrayRowView.GetPropertyOwner C# (CSharp) Method

GetPropertyOwner() public method

Gets the owner ArrayDataView.
public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object
        public object GetPropertyOwner(PropertyDescriptor pd)
        {
            return owner;
        }