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