ClassSearchDataMemberDescriptor
Class
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.
DataMemberType
Gets or sets the type of the data member.
Methods
FromColumn(GridViewBoundColumnBase)
Creates SearchDataMemberDescriptor from GridViewBoundColumnBase.
Declaration
cs-api-definition
public static SearchDataMemberDescriptor FromColumn(GridViewBoundColumnBase column)
Parameters
column
Returns
FromItemPropertyInfo(ItemPropertyInfo)
Creates SearchDataMemberDescriptor from ItemPropertyInfo.
Declaration
cs-api-definition
public static SearchDataMemberDescriptor FromItemPropertyInfo(ItemPropertyInfo propertyInfo)
Parameters
propertyInfo
ItemPropertyInfo
Returns