Interface
IGridViewHeaderCell

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IGridViewHeaderCell : IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: GridViewHeaderCellGridViewHeaderCell

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

FieldFilteringControl

Declaration

cs-api-definition
FrameworkElement FieldFilteringControl { get; }

Property Value

FrameworkElement

FilteringControl

Declaration

cs-api-definition
FrameworkElement FilteringControl { get; }

Property Value

FrameworkElement

FilteringDropDown

Declaration

cs-api-definition
FrameworkElement FilteringDropDown { get; }

Property Value

FrameworkElement

Index

Declaration

cs-api-definition
int Index { get; }

Property Value

int

LeftHeaderGripper

Declaration

cs-api-definition
FrameworkElement LeftHeaderGripper { get; }

Property Value

FrameworkElement

RightHeaderGripper

Declaration

cs-api-definition
FrameworkElement RightHeaderGripper { get; }

Property Value

FrameworkElement

SortIndicator

Declaration

cs-api-definition
FrameworkElement SortIndicator { get; }

Property Value

FrameworkElement

SortingState

Declaration

cs-api-definition
string SortingState { get; }

Property Value

string

Methods

DragToGroupPanel()

Declaration

cs-api-definition
void DragToGroupPanel()

DragToGroupPanel(FrameworkElement)

Declaration

cs-api-definition
void DragToGroupPanel(FrameworkElement groupPanel)

Parameters

groupPanel

FrameworkElement

DragToHeaderGripper(int, HeaderCellThumbName)

Declaration

cs-api-definition
void DragToHeaderGripper(int headerCellIndexTarget, HeaderCellThumbName thumbName)

Parameters

headerCellIndexTarget

int

thumbName

HeaderCellThumbName

Resize(int)

Declaration

cs-api-definition
void Resize(int widthOffset)

Parameters

widthOffset

int