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