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