ClassBindMembers
Class
Represents a collection of data binding members for charting operations. Maps integer keys to PropertyDescriptor objects for efficient property access during data binding.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class BindMembers : Dictionary<int, PropertyDescriptor>, IDictionary<int, PropertyDescriptor>, ICollection<KeyValuePair<int, PropertyDescriptor>>, IDictionary, ICollection, IReadOnlyDictionary<int, PropertyDescriptor>, IReadOnlyCollection<KeyValuePair<int, PropertyDescriptor>>, IEnumerable<KeyValuePair<int, PropertyDescriptor>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectDictionary<int, PropertyDescriptor>BindMembers
Implements:
Inherited Members
Constructors
BindMembers()
Declaration
cs-api-definition
public BindMembers()
Methods
Find(string)
Finds a PropertyDescriptor by its property name using case-insensitive comparison.
Declaration
cs-api-definition
public PropertyDescriptor Find(string propertyName)
Parameters
propertyName
The name of the property to find.
Returns
The PropertyDescriptor with the matching name, or null if not found.