Class RadExpander
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadExpander : HeaderedContentControl
Constructors
RadExpander()
Declaration
public RadExpander()
Fields
ClickModeProperty
Declaration
public static readonly DependencyProperty ClickModeProperty
Field Value
Microsoft.
|
CollapsedEvent
ExpandDirectionProperty
Declaration
public static readonly DependencyProperty ExpandDirectionProperty
Field Value
Microsoft.
|
ExpandedEvent
HeaderButtonStyleProperty
Declaration
public static readonly DependencyProperty HeaderButtonStyleProperty
Field Value
Microsoft.
|
HeaderOrientationProperty
Declaration
public static readonly DependencyProperty HeaderOrientationProperty
Field Value
Microsoft.
|
HorizontalHeaderAlignmentProperty
Declaration
public static readonly DependencyProperty HorizontalHeaderAlignmentProperty
Field Value
Microsoft.
|
IsExpandedProperty
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Microsoft.
|
IsHeaderPressedProperty
Declaration
public static readonly DependencyProperty IsHeaderPressedProperty
Field Value
Microsoft.
|
IsPointerOverHeaderProperty
Declaration
public static readonly DependencyProperty IsPointerOverHeaderProperty
Field Value
Microsoft.
|
PreviewCollapsedEvent
PreviewExpandedEvent
ResultOrientationProperty
Declaration
public static readonly DependencyProperty ResultOrientationProperty
Field Value
Microsoft.
|
VerticalHeaderAlignmentProperty
Declaration
public static readonly DependencyProperty VerticalHeaderAlignmentProperty
Field Value
Microsoft.
|
Properties
ClickMode
Declaration
public ClickMode ClickMode { get; set; }
Property Value
Microsoft.
|
ExpandDirection
HeaderButtonStyle
Declaration
public Style HeaderButtonStyle { get; set; }
Property Value
Microsoft.
|
HeaderOrientation
Declaration
public Orientation HeaderOrientation { get; }
Property Value
Microsoft.
|
HorizontalHeaderAlignment
Declaration
public HorizontalAlignment HorizontalHeaderAlignment { get; set; }
Property Value
Microsoft.
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
IsHeaderPressed
Declaration
public bool IsHeaderPressed { get; set; }
Property Value
System.
|
IsPointerOverHeader
Declaration
public bool IsPointerOverHeader { get; }
Property Value
System.
|
ResultOrientation
Declaration
public Orientation ResultOrientation { get; set; }
Property Value
Microsoft.
|
VerticalHeaderAlignment
Declaration
public VerticalAlignment VerticalHeaderAlignment { get; set; }
Property Value
Microsoft.
|
Methods
add_Collapsed(RadRoutedEventHandler)
Declaration
public void add_Collapsed(RadRoutedEventHandler value)
Parameters
Rad
|
add_Expanded(RadRoutedEventHandler)
Declaration
public void add_Expanded(RadRoutedEventHandler value)
Parameters
Rad
|
add_PreviewCollapsed(RadRoutedEventHandler)
Declaration
public void add_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
Rad
|
add_PreviewExpanded(RadRoutedEventHandler)
Declaration
public void add_PreviewExpanded(RadRoutedEventHandler value)
Parameters
Rad
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
remove_Collapsed(RadRoutedEventHandler)
Declaration
public void remove_Collapsed(RadRoutedEventHandler value)
Parameters
Rad
|
remove_Expanded(RadRoutedEventHandler)
Declaration
public void remove_Expanded(RadRoutedEventHandler value)
Parameters
Rad
|
remove_PreviewCollapsed(RadRoutedEventHandler)
Declaration
public void remove_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
Rad
|
remove_PreviewExpanded(RadRoutedEventHandler)
Declaration
public void remove_PreviewExpanded(RadRoutedEventHandler value)
Parameters
Rad
|