New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.PivotGrid.Core.Fields.PropertyFieldInfo

Represents an abstraction of a property info that can set and get values.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.PivotGrid.Core.Fields.PivotFieldInfo : IPivotFieldInfo
  • Telerik.Web.UI.PivotGrid.Core.Fields.PropertyFieldInfo

Properties

AllowedRoles FieldRoles

AutoGenerateField Boolean

DataType Type

DisplayName String

Name String

PreferredRole FieldRoles

Methods

Equals

Returns

System.Boolean

GetHashCode

Returns

System.Int32

GetValue

Gets the value of the property.

Parameters

item System.Object

The item.

Returns

System.Object

SetValue

Sets the value of the property.

Parameters

item System.Object

The item.

fieldValue System.Object

The field value.

Returns

System.Void

In this article