ClassListViewGroupHeader
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.Data.ListView.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ListViewGroupHeader : RadContentControl
Inheritance: objectRadContentControlListViewGroupHeader
Inherited Members
Constructors
ListViewGroupHeader()
Initializes a new instance of the ListViewGroupHeader class.
Declaration
public ListViewGroupHeader()
Fields
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
IsFrozenProperty
Identifies the IsFrozen dependency property.
Declaration
public static readonly DependencyProperty IsFrozenProperty
Field Value
DependencyProperty
arrangeRect
Declaration
public Rect arrangeRect
Field Value
Rect
Properties
IsExpanded
Gets or sets a value indicating whether the details are expanded or collapsed.
Owner
Gets or sets the RadListView owner.
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
ComposeVisualStateName()
Builds the current visual state for this instance.
Declaration
protected override string ComposeVisualStateName()
Returns
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.