Class SearchDataMemberDescriptor
Defines search logic on a fata member, represented by name and type.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.GridView.SearchPanel
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SearchDataMemberDescriptor
Properties
DataMemberName
Gets or sets the name of the data member.
Declaration
public string DataMemberName { get; set; }
Property Value
System.String
|
DataMemberType
Gets or sets the type of the data member.
Declaration
public Type DataMemberType { get; set; }
Property Value
System.Type
|
Methods
FromColumn(GridViewBoundColumnBase)
Creates SearchDataMemberDescriptor from GridViewBoundColumnBase.
Declaration
public static SearchDataMemberDescriptor FromColumn(GridViewBoundColumnBase column)
Parameters
GridViewBoundColumnBase
column
|
Returns
SearchDataMemberDescriptor
|
FromItemPropertyInfo(ItemPropertyInfo)
Creates SearchDataMemberDescriptor from ItemPropertyInfo.
Declaration
public static SearchDataMemberDescriptor FromItemPropertyInfo(ItemPropertyInfo propertyInfo)
Parameters
System.ComponentModel.ItemPropertyInfo
propertyInfo
|
Returns
SearchDataMemberDescriptor
|