Class
PivotGridField

Represents the PivotGrid for ASP.NET AJAX field control wrapper.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public class PivotGridField : HtmlSpan

Inheritance: objectControlHtmlControlHtmlContainerControlHtmlSpanPivotGridField

Inherited Members HtmlContainerControl.TextContentHtmlContainerControl.InnerTextHtmlControl.FindParentContainer<TContainerControl>()HtmlControl.ValidateTag(string)HtmlControl.ValidateControl()HtmlControl.ParseResponseValue<T>(string, T)HtmlControl.GetAttributeAsString(string)HtmlControl.InitializeMappings(MappingsCollection)HtmlControl.GetRectangle()HtmlControl.IsVisible()HtmlControl.GetStyleValue(string)HtmlControl.GetStyle(string)HtmlControl.GetComputedStyleValue(string)HtmlControl.GetComputedStyle(string)HtmlControl.Parent<TContainerControl>()HtmlControl.Capture()HtmlControl.Capture(string, string)HtmlControl.Capture(string)HtmlControl.InvokeEvent(ScriptEventType)HtmlControl.InvokeEvent(ScriptEventType, bool)HtmlControl.InvokeEvent(ScriptEvent)HtmlControl.InvokeEvent(ScriptEvent, bool)HtmlControl.AddEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.RemoveEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.MouseClick()HtmlControl.MouseClick(MouseClickType)HtmlControl.MouseClick(MouseClickType, int, int)HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)HtmlControl.MouseClick(MouseClickType, int, int, OffsetReference)HtmlControl.MouseHover()HtmlControl.MouseHover(Point)HtmlControl.MouseHover(int, int)HtmlControl.MouseHover(int, int, OffsetReference)HtmlControl.Click()HtmlControl.Click(bool)HtmlControl.ScrollToVisible()HtmlControl.ScrollToVisible(ScrollToVisibleType)HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)HtmlControl.Download(bool, DownloadOption, string, int)HtmlControl.CallMethod(string)HtmlControl.CallMethod<T>(string)HtmlControl.CallMethod<T>(string, T)HtmlControl.GetValue<T>(string)HtmlControl.GetValue<T>(string, T)HtmlControl.GetValue<T>(string, bool)HtmlControl.GetValue<T>(string, bool, T)HtmlControl.SetValue<T>(string, T)HtmlControl.SetValue<T>(string, T, bool)HtmlControl.Focus()HtmlControl.DragTo(OffsetReference, Point, int, int)HtmlControl.DragTo(OffsetReference, int, int, Rectangle, OffsetReference, int, int)HtmlControl.DragTo(Point)HtmlControl.DragTo(int, int)HtmlControl.DragTo(HtmlControl)HtmlControl.DragTo(HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, Point, HtmlControl)HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, int, int, bool, HtmlControl, OffsetReference, int, int, bool)HtmlControl.DragToWindowLocation(OffsetReference, int, int, bool, OffsetReference, int, int, bool)HtmlControl.ToString()HtmlControl.AsjQueryControl()HtmlControl.GetElementByTagNameClientSideLocatorHtmlControl.GetElementByIdClientSideLocatorHtmlControl.FindHtmlControl.ScrollTopHtmlControl.ScrollLeftHtmlControl.WaitHtmlControl.IDHtmlControl.CssClassHtmlControl.AttributesHtmlControl.MappingsHtmlControl.StylesHtmlControl.EventsHtmlControl.TagNameHtmlControl.ChildNodesHtmlControl.IsActiveElementHtmlControl.IsEnabledControl.Refresh()Control.AssignFailed(Exception)Control.SetTelerikComponentsVersion(TelerikComponentsVersion?)Control.MatchControl(Element, FindParam)Control.GetFamilyElement(int, Element)Control.ThrowOnInvalidAssignmentControl.TelerikComponentsVersionControl.IsRefreshControl.BaseElementControl.OwnerBrowserControl.Locator

Constructors

PivotGridField()

Initializes a new instance of the PivotGridField class.

Declaration

cs-api-definition
public PivotGridField()

PivotGridField(Element)

Initializes a new instance of the PivotGridField class.

Declaration

cs-api-definition
public PivotGridField(Element element)

Parameters

element

Element

Properties

CanFilter

Check whether field can be filtered.

Declaration

cs-api-definition
public bool CanFilter { get; }

Property Value

bool

CanSort

Check whether field can be sorted.

Declaration

cs-api-definition
public bool CanSort { get; }

Property Value

bool

ClientSideLocator

The client-side locator of the PivotGrid field.

Declaration

cs-api-definition
public override string ClientSideLocator { get; }

Property Value

string

Overrides HtmlControl.ClientSideLocator

IsConfigurationPanelField

Gets whether the field is inside the ConfigurationPanel of the owner PivotGrid.

Declaration

cs-api-definition
public bool IsConfigurationPanelField { get; }

Property Value

bool

IsHidden

Gets whether the PivotGrid field is hidden.

Declaration

cs-api-definition
public bool IsHidden { get; }

Property Value

bool

LocatorExpression

Gets the locator IFindExpression.

Declaration

cs-api-definition
public override IFindExpression LocatorExpression { get; }

Property Value

IFindExpression

Overrides Control.LocatorExpression

OwnerPivotGridId

Gets the id of the owner PivotGrid.

Declaration

cs-api-definition
public string OwnerPivotGridId { get; }

Property Value

string

SortOrder

The sort order of this field.

Declaration

cs-api-definition
public PivotGridFieldSortOrderType SortOrder { get; }

Property Value

PivotGridFieldSortOrderType

UniqueName

The unique name of this PivotGrid field.

Declaration

cs-api-definition
public string UniqueName { get; }

Property Value

string

ZoneIndex

The zone index of this PivotGrid field.

Declaration

cs-api-definition
public int ZoneIndex { get; }

Property Value

int

ZoneType

The zone type of this PivotGrid field.

Declaration

cs-api-definition
public PivotGridFieldZoneType ZoneType { get; }

Property Value

PivotGridFieldZoneType

Methods

AssignElement(Element)

Assigns element and initializes this control.

Declaration

cs-api-definition
public override void AssignElement(Element e)

Parameters

e

Element

The element.

Overrides HtmlSpan.AssignElement(Element)

ControlAssert()

Returns RadControlAssert instance initialized for this control.

Declaration

cs-api-definition
public RadControlAssert ControlAssert()

Returns

RadControlAssert

RadControlAssert instance initialized for this control.

DragDrop(HtmlControl, OffsetReference, Point, ScrollToVisibleType)

Reorders this PivotGrid field.

Declaration

cs-api-definition
public void DragDrop(HtmlControl dropControl, OffsetReference offsetReference, Point dropPoint, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)

Parameters

dropControl

HtmlControl

The control to drop to.

offsetReference

OffsetReference

The offsetReference from the srop point.

dropPoint

Point

The point to drop to.

scrollToVisibleType

ScrollToVisibleType

Specifies how element should be put into view.

Hide()

Hides this PivotGrid field.

Declaration

cs-api-definition
public void Hide()

Reorder(string, int)

Reorders this PivotGrid field.

Declaration

cs-api-definition
public bool Reorder(string zoneType, int zoneIndex)

Parameters

zoneType

string

The zone type to move to.

zoneIndex

int

The index in the zone to move to.

Returns

bool

Show()

Shows this PivotGrid field.

Declaration

cs-api-definition
public void Show()

ShowContextMenu()

Initiates a 'Show Context Menu' action only for fields that are inside Configuration Panel.

Declaration

cs-api-definition
public void ShowContextMenu()

ShowFilter()

Initiates a 'Show Filter' action of the field.

Declaration

cs-api-definition
public void ShowFilter()

Sort()

Initiates a 'sort' action of the field.

Declaration

cs-api-definition
public void Sort()