Class RadExpander
Inheritance
System.Object
RadExpander
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadExpander : HeaderedContentControl
Constructors
Fields
Declaration
public static readonly DependencyProperty ClickModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent CollapsedEvent
Field Value
Declaration
public static readonly DependencyProperty ExpandDirectionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent ExpandedEvent
Field Value
Declaration
public static readonly DependencyProperty HeaderOrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty HorizontalHeaderAlignmentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsHeaderPressedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsPointerOverHeaderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent PreviewCollapsedEvent
Field Value
Declaration
public static readonly RoutedEvent PreviewExpandedEvent
Field Value
Declaration
public static readonly DependencyProperty ResultOrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty VerticalHeaderAlignmentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public ClickMode ClickMode { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.ClickMode
|
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
Declaration
public Orientation HeaderOrientation { get; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public HorizontalAlignment HorizontalHeaderAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.HorizontalAlignment
|
Declaration
public bool IsExpanded { get; set; }
Property Value
Declaration
public bool IsHeaderPressed { get; set; }
Property Value
Declaration
public bool IsPointerOverHeader { get; }
Property Value
Declaration
public Orientation ResultOrientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public VerticalAlignment VerticalHeaderAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.VerticalAlignment
|
Methods
Declaration
public void add_Collapsed(RadRoutedEventHandler value)
Parameters
Declaration
public void add_Expanded(RadRoutedEventHandler value)
Parameters
Declaration
public void add_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
Declaration
public void add_PreviewExpanded(RadRoutedEventHandler value)
Parameters
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Declaration
public void remove_Collapsed(RadRoutedEventHandler value)
Parameters
Declaration
public void remove_Expanded(RadRoutedEventHandler value)
Parameters
Declaration
public void remove_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
Declaration
public void remove_PreviewExpanded(RadRoutedEventHandler value)
Parameters
Events
Declaration
public event RadRoutedEventHandler Collapsed
Event Type
Declaration
public event RadRoutedEventHandler Expanded
Event Type
Declaration
public event RadRoutedEventHandler PreviewCollapsed
Event Type
Declaration
public event RadRoutedEventHandler PreviewExpanded
Event Type
Extension Methods