IDataFieldDescriptor
Supports classes that describe fields representing data.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
public interface IDataFieldDescriptor : IFieldDescriptor
Derived Classes:
Inherited Members
Properties
Gets or sets the string that formats the data contained in the fields being described.
string DataFormatString { get; set; }
The string that formats the data contained in the fields being described.
DataMemberBinding
Binding
Gets or sets the binding which points to the data member to display in the cells of the IDataFieldDescriptor.
Binding DataMemberBinding { get; set; }
The display member binding.
Gets or sets the data type of the fields being described.
Type DataType { get; set; }
The data type of the fields being described.
Gets or sets a value indicating whether the descriptor is automatically generated.
bool IsAutoGenerated { get; set; }
True if the descriptor is automatically generated; otherwise, false.
Gets or sets a value indicating whether the descriptor is visible in a user interface.
bool IsVisible { get; set; }
True if the descriptor is visible in a user interface; otherwise, false.
Methods
Determines whether the data represented by the field descriptor can be grouped.
bool CanGroup()
True if the data represented by the field descriptor can be grouped; otherwise, false.