PivotFieldInfo
Class
Represents an abstraction of a property info.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PivotFieldInfo : IPivotFieldInfo
Inheritance: objectPivotFieldInfo
Derived Classes:
Implements:
Constructors
Initializes a new instance of the PivotFieldInfo class.
C#
public PivotFieldInfo()
Properties
Gets the allowed roles of this property.
C#
public FieldRoles AllowedRoles { get; set; }
Implements:
Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.
C#
public bool AutoGenerateField { get; set; }
True if field should be generated automatically.
Implements:
Gets the data type of the property.
Gets the display-friend name of the property.
C#
public string DisplayName { get; set; }
Implements:
Gets the preferred role of this property.
C#
public FieldRoles PreferredRole { get; set; }
Implements: