Class
BindMembers

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, ICollection, IEnumerable, ISerializable, IDeserializationCallback

Inheritance: objectDictionary<int, PropertyDescriptor>BindMembers

Implements: ICollectionIDeserializationCallbackIDictionaryIEnumerableISerializable

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

string

The name of the property to find.

Returns

PropertyDescriptor

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