ClassDataMemberInfo
Class
Represents meta data about a property.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class DataMemberInfo
Inheritance: objectDataMemberInfo
Constructors
DataMemberInfo()
Initializes a new instance of the DataMemberInfo class.
Declaration
cs-api-definition
public DataMemberInfo()
DataMemberInfo(DataMemberEventArgs)
Initializes a new instance of the DataMemberInfo class.
Declaration
cs-api-definition
public DataMemberInfo(DataMemberEventArgs args)
Parameters
args
DataMemberInfo(int, Type, string, bool, bool)
Initializes a new instance of the DataMemberInfo class.
Properties
ColumnIndex
Gets the column's index.
DataType
Gets or sets the data member type.
IsFilterable
Gets or sets a value that indicates whether the column generated for this data member is filterable.
IsSortable
Gets or sets a value that indicates whether the column generated for this data member is sortable.
MemberName
Gets or sets the data member name.