DataMemberInfo
Class
Represents meta data about a property.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class DataMemberInfo
Inheritance: objectDataMemberInfo
Constructors
Initializes a new instance of the DataMemberInfo class.
C#
public DataMemberInfo()
Initializes a new instance of the DataMemberInfo class.
Properties
Gets the column's index.
C#
public int ColumnIndex { get; }
Gets or sets a value that indicates whether the column generated for this data member is filterable.
C#
public bool IsFilterable { get; set; }
Gets or sets a value that indicates whether the column generated for this data member is sortable.
C#
public bool IsSortable { get; set; }
Gets or sets the data member name.
C#
public string MemberName { get; set; }