Class GridViewHeaderRow
This is a User Interface (UI) element that represents the header of the entire row, containing the columns headers.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewHeaderRow : GridViewRowItem, IRowItem, IHorizontallyScrollable, ILayoutObserver, IInputElement, IRegisterBinding
Constructors
GridViewHeaderRow()
Fields
FieldFilterPlaceholderVisibilityProperty
Identifies the FieldFilterPlaceholderVisibility dependency property.
Declaration
public static readonly DependencyProperty FieldFilterPlaceholderVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FieldFilterPlaceholderVisibility
Gets or sets a value indicating whether the field filter placeholder element is displayed.
Declaration
public Visibility FieldFilterPlaceholderVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
Overrides
CreateIndentItem()
Creates the item that fills in the indentation.
Declaration
public override ContentControl CreateIndentItem()
Returns
System.Windows.Controls.ContentControl
|
Overrides
CreateItem()
Generates cell containers for GridViewHeaderRow.
Declaration
protected override GridViewCellBase CreateItem()
Returns
GridViewCellBase
|
Overrides
IsSelectable()
Determines whether this instance is selectable.
Declaration
protected override bool IsSelectable()
Returns
System.Boolean
|
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
Overrides
OnApplyTemplate()
OnColumnsChanged(ObservableCollection<GridViewColumn>, NotifyCollectionChangedEventArgs)
Notification from the GridViewDataControl that the columns collection has changed.
Declaration
protected override void OnColumnsChanged(ObservableCollection<GridViewColumn> columns, NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.ObjectModel.ObservableCollection<GridViewColumn>
columns
The columns collection. |
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
The event arguments from the collection's change event. |
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|