New to Telerik UI for WinFormsStart a free 30-day trial

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: ICollectionIDeserializationCallbackIDictionaryIEnumerableISerializable

Constructors

C#
public BindMembers()

Methods

Finds a PropertyDescriptor by its property name using case-insensitive comparison.

C#
public PropertyDescriptor Find(string propertyName)
Parameters:propertyNamestring

The name of the property to find.

Returns:

PropertyDescriptor

The PropertyDescriptor with the matching name, or null if not found.