Class
SearchDataMemberDescriptor

Defines search logic on a fata member, represented by name and type.

Definition

Namespace:Telerik.Windows.Controls.GridView.SearchPanel

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class SearchDataMemberDescriptor

Inheritance: objectSearchDataMemberDescriptor

Properties

DataMemberName

Gets or sets the name of the data member.

Declaration

cs-api-definition
public string DataMemberName { get; set; }

Property Value

string

DataMemberType

Gets or sets the type of the data member.

Declaration

cs-api-definition
public Type DataMemberType { get; set; }

Property Value

Type

Methods

FromColumn(GridViewBoundColumnBase)

Creates SearchDataMemberDescriptor from GridViewBoundColumnBase.

Declaration

cs-api-definition
public static SearchDataMemberDescriptor FromColumn(GridViewBoundColumnBase column)

Parameters

column

GridViewBoundColumnBase

Returns

SearchDataMemberDescriptor

FromItemPropertyInfo(ItemPropertyInfo)

Creates SearchDataMemberDescriptor from ItemPropertyInfo.

Declaration

cs-api-definition
public static SearchDataMemberDescriptor FromItemPropertyInfo(ItemPropertyInfo propertyInfo)

Parameters

propertyInfo

ItemPropertyInfo

Returns

SearchDataMemberDescriptor