Class
ListViewGroupHeader

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:

cs-api-definition
public class ListViewGroupHeader : RadContentControl

Inheritance: objectRadContentControlListViewGroupHeader

Inherited Members RadContentControl.IsFocusedPropertyRadContentControl.BeginVisualStateUpdate()RadContentControl.EndVisualStateUpdate(bool, bool)RadContentControl.UpdateVisualState(bool)RadContentControl.OnApplyTemplate()RadContentControl.SetVisualState(string, bool)RadContentControl.CanUpdateVisualState()RadContentControl.OnUnloaded(object, RoutedEventArgs)RadContentControl.OnLoaded(object, RoutedEventArgs)RadContentControl.OnGotFocus(RoutedEventArgs)RadContentControl.OnLostFocus(RoutedEventArgs)RadContentControl.OnCreateAutomationPeer()RadContentControl.GetTemplatePart<T>(string, bool)RadContentControl.CurrentVisualStateRadContentControl.IsLoadedRadContentControl.IsTemplateAppliedRadContentControl.IsFocusedRadContentControl.IsProperlyTemplated

Constructors

ListViewGroupHeader()

Initializes a new instance of the ListViewGroupHeader class.

Declaration

cs-api-definition
public ListViewGroupHeader()

Fields

IsExpandedProperty

Identifies the IsExpanded dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsExpandedProperty

Field Value

DependencyProperty

IsFrozenProperty

Identifies the IsFrozen dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFrozenProperty

Field Value

DependencyProperty

arrangeRect

Declaration

cs-api-definition
public Rect arrangeRect

Field Value

Rect

Properties

IsExpanded

Gets or sets a value indicating whether the details are expanded or collapsed.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

Owner

Gets or sets the RadListView owner.

Declaration

cs-api-definition
protected RadListView Owner { get; set; }

Property Value

RadListView

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

Returns

Size

ComposeVisualStateName()

Builds the current visual state for this instance.

Declaration

cs-api-definition
protected override string ComposeVisualStateName()

Returns

string

Overrides RadContentControl.ComposeVisualStateName()

OnDoubleTapped(DoubleTappedRoutedEventArgs)

Called before the DoubleTapped event occurs.

Declaration

cs-api-definition
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)

Parameters

e

DoubleTappedRoutedEventArgs

Event data for the event.

OnTapped(TappedRoutedEventArgs)

Called before the Tapped event occurs.

Declaration

cs-api-definition
protected override void OnTapped(TappedRoutedEventArgs e)

Parameters

e

TappedRoutedEventArgs

Event data for the event.