ClassField
An implementation of ICompositeField. Represents a node in IField hierarchy.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public sealed class Field : ICompositeField, IField, INotifyPropertyChanged
Inheritance: objectField
Implements:
Properties
FieldInfo
Gets the field info associated with this instance.
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
The field info.
Implements
HasChildren
Gets a value that indicates if this ICompositeField has children.
IsUsed
Gets or sets a value that indicates if this item participates in the pivot grouping. When set to true its FieldInfo will be used to create the appropriate entries in a FieldListViewModel.
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
public FieldCollection ParentList { get; }
Property Value
Implements
Role
Gets the role of this node.
Declaration
public ContainerNodeRole Role { get; }
Property Value
The role.
Implements
Methods
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements