Class PivotGridField
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class PivotGridField : HtmlSpan
Constructors
PivotGridField()
Declaration
public PivotGridField()
PivotGridField(Element)
Properties
CanFilter
Declaration
public bool CanFilter { get; }
Property Value
System.Boolean
|
CanSort
Declaration
public bool CanSort { get; }
Property Value
System.Boolean
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
IsConfigurationPanelField
Declaration
public bool IsConfigurationPanelField { get; }
Property Value
System.Boolean
|
IsHidden
Declaration
public bool IsHidden { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
OwnerPivotGridId
Declaration
public string OwnerPivotGridId { get; }
Property Value
System.String
|
SortOrder
Declaration
public PivotGridFieldSortOrderType SortOrder { get; }
Property Value
PivotGridFieldSortOrderType
|
UniqueName
Declaration
public string UniqueName { get; }
Property Value
System.String
|
ZoneIndex
Declaration
public int ZoneIndex { get; }
Property Value
System.Int32
|
ZoneType
Methods
AssignElement(Element)
ControlAssert()
DragDrop(HtmlControl, OffsetReference, Point, ScrollToVisibleType)
Declaration
public void DragDrop(HtmlControl dropControl, OffsetReference offsetReference, Point dropPoint, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
HtmlControl
dropControl
|
OffsetReference
offsetReference
|
System.Drawing.Point
dropPoint
|
ScrollToVisibleType
scrollToVisibleType
|
Hide()
Declaration
public void Hide()
Reorder(String, Int32)
Declaration
public bool Reorder(string zoneType, int zoneIndex)
Parameters
System.String
zoneType
|
System.Int32
zoneIndex
|
Returns
System.Boolean
|
Show()
Declaration
public void Show()
ShowContextMenu()
Declaration
public void ShowContextMenu()
ShowFilter()
Declaration
public void ShowFilter()
Sort()
Declaration
public void Sort()