Interface IGridViewHeaderCell
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IGridViewHeaderCell : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
FieldFilteringControl
FilteringControl
FilteringDropDown
Index
Declaration
int Index { get; }
Property Value
System.Int32
|
LeftHeaderGripper
RightHeaderGripper
SortIndicator
SortingState
Declaration
string SortingState { get; }
Property Value
System.String
|
Methods
DragToGroupPanel()
Declaration
void DragToGroupPanel()
DragToGroupPanel(FrameworkElement)
Declaration
void DragToGroupPanel(FrameworkElement groupPanel)
Parameters
FrameworkElement
groupPanel
|
DragToHeaderGripper(Int32, HeaderCellThumbName)
Declaration
void DragToHeaderGripper(int headerCellIndexTarget, HeaderCellThumbName thumbName)
Parameters
System.Int32
headerCellIndexTarget
|
HeaderCellThumbName
thumbName
|
Resize(Int32)
Declaration
void Resize(int widthOffset)
Parameters
System.Int32
widthOffset
|