BindMembers
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:
C#
public class BindMembers : Dictionary<int, PropertyDescriptor>, IDictionary, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Inheritance: objectDictionary<int, PropertyDescriptor>BindMembers
Implements:
Constructors
C#
public BindMembers()
Methods
Finds a PropertyDescriptor by its property name using case-insensitive comparison.
C#
public PropertyDescriptor Find(string propertyName)
The name of the property to find.
Returns:The PropertyDescriptor with the matching name, or null if not found.