Interface
IPivotFieldInfo

Represents an abstraction of a property info.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public interface IPivotFieldInfo

Properties

AllowedRoles

Gets the allowed roles of this property.

Declaration

cs-api-definition
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

cs-api-definition
bool AutoGenerateField { get; }

Property Value

bool

True if field should be generated automatically.

DataType

Gets the data type of the property.

Declaration

cs-api-definition
Type DataType { get; }

Property Value

Type

The Type of the data.

DisplayName

Gets the display-friend name of the property.

Declaration

cs-api-definition
string DisplayName { get; }

Property Value

string

Name

Gets name of the property.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

PreferredRole

Gets the preferred role of this property.

Declaration

cs-api-definition
FieldRoles PreferredRole { get; }

Property Value

FieldRoles