ClassPropertySetPropertyInfo
Class
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class PropertySetPropertyInfo
Inheritance: objectPropertySetPropertyInfo
Constructors
PropertySetPropertyInfo()
Initializes a new instance of the PropertySetPropertyInfo class.
Declaration
cs-api-definition
public PropertySetPropertyInfo()
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides