ClassPivotFieldInfo
Class
Represents an abstraction of a property info.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public class PivotFieldInfo : IPivotFieldInfo
Inheritance: objectPivotFieldInfo
Derived Classes:
Implements:
Constructors
PivotFieldInfo()
Initializes a new instance of the PivotFieldInfo class.
Declaration
cs-api-definition
public PivotFieldInfo()
Properties
AllowedRoles
Gets the allowed roles of this property.
Declaration
cs-api-definition
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
cs-api-definition
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
cs-api-definition
public string DisplayName { get; set; }
Property Value
Implements
Name
Gets name of the property.
PreferredRole
Gets the preferred role of this property.
Declaration
cs-api-definition
public FieldRoles PreferredRole { get; set; }
Property Value
Implements