ClassPivotGridField
Represents the PivotGrid for ASP.NET AJAX field control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class PivotGridField : HtmlSpan
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlSpanPivotGridField
Inherited Members
Constructors
PivotGridField()
Initializes a new instance of the PivotGridField class.
Declaration
public PivotGridField()
PivotGridField(Element)
Initializes a new instance of the PivotGridField class.
Properties
CanFilter
Check whether field can be filtered.
CanSort
Check whether field can be sorted.
ClientSideLocator
The client-side locator of the PivotGrid field.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
IsConfigurationPanelField
Gets whether the field is inside the ConfigurationPanel of the owner PivotGrid.
IsHidden
Gets whether the PivotGrid field is hidden.
LocatorExpression
Gets the locator IFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
OwnerPivotGridId
Gets the id of the owner PivotGrid.
SortOrder
The sort order of this field.
Declaration
public PivotGridFieldSortOrderType SortOrder { get; }
Property Value
UniqueName
The unique name of this PivotGrid field.
ZoneIndex
The zone index of this PivotGrid field.
ZoneType
The zone type of this PivotGrid field.
Declaration
public PivotGridFieldZoneType ZoneType { get; }
Property Value
Methods
AssignElement(Element)
Assigns element and initializes this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
DragDrop(HtmlControl, OffsetReference, Point, ScrollToVisibleType)
Reorders this PivotGrid field.
Declaration
public void DragDrop(HtmlControl dropControl, OffsetReference offsetReference, Point dropPoint, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
dropControl
The control to drop to.
offsetReference
The offsetReference from the srop point.
dropPoint
The point to drop to.
scrollToVisibleType
Specifies how element should be put into view.
Reorder(string, int)
Reorders this PivotGrid field.
ShowContextMenu()
Initiates a 'Show Context Menu' action only for fields that are inside Configuration Panel.
Declaration
public void ShowContextMenu()
ShowFilter()
Initiates a 'Show Filter' action of the field.
Declaration
public void ShowFilter()