GridViewHeaderRow
This is a User Interface (UI) element that represents the header of the entire row, containing the columns headers.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewHeaderRow : GridViewRowItem, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewHeaderRow
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewHeaderRow class.
public GridViewHeaderRow()
Fields
FieldFilterPlaceholderVisibilityProperty
DependencyProperty
Identifies the FieldFilterPlaceholderVisibility dependency property.
public static readonly DependencyProperty FieldFilterPlaceholderVisibilityProperty
Properties
FieldFilterPlaceholderVisibility
Visibility
Gets or sets a value indicating whether the field filter placeholder element is displayed.
public Visibility FieldFilterPlaceholderVisibility { get; set; }
true if the field filter placeholder element is displayed; otherwise, false.
Methods
protected override Size ArrangeOverride(Size finalSize)
Size
Overrides:
CreateIndentItem()
ContentControl
Creates the item that fills in the indentation.
public override ContentControl CreateIndentItem()
ContentControl
Overrides:
Generates cell containers for GridViewHeaderRow.
Determines whether this instance is selectable.
protected override bool IsSelectable()
true if this instance is selectable; otherwise, false.
Overrides:
protected override Size MeasureOverride(Size availableSize)
Size
Overrides:
public override void OnApplyTemplate()
Overrides:
Notification from the GridViewDataControl that the columns collection has changed.
protected override void OnColumnsChanged(ObservableCollection<GridViewColumn> columns, NotifyCollectionChangedEventArgs e)
The columns collection.
eNotifyCollectionChangedEventArgsThe event arguments from the collection's change event.
Overrides:
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer