ClassDataGridGroupHeader
Allows a user to view a header and expand that header to see further details, or to collapse a section up to a header.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridGroupHeader : DataGridHeader
Inheritance: objectRadControlDataGridHeaderDataGridGroupHeader
Inherited Members
Constructors
DataGridGroupHeader()
Initializes a new instance of the DataGridGroupHeader class.
Declaration
public DataGridGroupHeader()
Fields
IndentWidthProperty
Identifies the IndentWidth dependency property.
Declaration
public static readonly DependencyProperty IndentWidthProperty
Field Value
DependencyProperty
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
Properties
IndentWidth
Gets or sets the width that indents the header depending on its group level.
IsExpanded
Gets a value indicating whether the details are expanded or collapsed.
Methods
ComposeVisualStateName()
Builds the current visual state for this instance.
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnDoubleTapped(DoubleTappedRoutedEventArgs)
Called before the DoubleTapped event occurs.
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
e
DoubleTappedRoutedEventArgs
Event data for the event.
OnTapped(TappedRoutedEventArgs)
Called before the Tapped event occurs.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
e
TappedRoutedEventArgs
Event data for the event.