Accord.Controls.ArrayRowView.GetPropertyOwner C# (CSharp) Méthode

GetPropertyOwner() public méthode

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