New to Telerik UI for WinFormsStart a free 30-day trial

Represents an abstraction of a property info.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotFieldInfo : IPivotFieldInfo

Inheritance: objectPivotFieldInfo

Derived Classes: PropertyFieldInfo

Implements: IPivotFieldInfo

Constructors

Initializes a new instance of the PivotFieldInfo class.

C#
public PivotFieldInfo()

Properties

Gets the allowed roles of this property.

C#
public FieldRoles AllowedRoles { get; set; }

Implements: IPivotFieldInfo.AllowedRoles

Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.

C#
public bool AutoGenerateField { get; set; }
Property Value:

True if field should be generated automatically.

Implements: IPivotFieldInfo.AutoGenerateField

Gets the data type of the property.

C#
public Type DataType { get; set; }
Property Value:

The Type of the data.

Implements: IPivotFieldInfo.DataType

Gets the display-friend name of the property.

C#
public string DisplayName { get; set; }

Implements: IPivotFieldInfo.DisplayName

Gets name of the property.

C#
public string Name { get; set; }

Implements: IPivotFieldInfo.Name

Gets the preferred role of this property.

C#
public FieldRoles PreferredRole { get; set; }

Implements: IPivotFieldInfo.PreferredRole

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()