skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadExpander

Inheritance
System.Object
HeaderedContentControl
RadExpander
Inherited Members
HeaderedContentControl.HasHeaderProperty
HeaderedContentControl.HeaderProperty
HeaderedContentControl.HeaderTemplateProperty
HeaderedContentControl.FocusVisualStyleProperty
HeaderedContentControl.HeaderTemplateSelectorProperty
HeaderedContentControl.IsFocusedProperty
HeaderedContentControl.ChangeVisualState()
HeaderedContentControl.ChangeVisualState(Boolean)
HeaderedContentControl.OnIsEnabledChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.OnHeaderChanged(Object, Object)
HeaderedContentControl.OnHeaderTemplateChanged(DataTemplate, DataTemplate)
HeaderedContentControl.OnIsFocusedChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.OnGotFocus(RoutedEventArgs)
HeaderedContentControl.OnLostFocus(RoutedEventArgs)
HeaderedContentControl.HasHeader
HeaderedContentControl.IsFocused
HeaderedContentControl.Header
HeaderedContentControl.FocusVisualStyle
HeaderedContentControl.HeaderTemplate
HeaderedContentControl.HeaderTemplateSelector
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.UI.Xaml.DependencyProperty

CollapsedEvent

Declaration
public static readonly RoutedEvent CollapsedEvent
Field Value
RoutedEvent

ExpandDirectionProperty

Declaration
public static readonly DependencyProperty ExpandDirectionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ExpandedEvent

Declaration
public static readonly RoutedEvent ExpandedEvent
Field Value
RoutedEvent

HeaderButtonStyleProperty

Declaration
public static readonly DependencyProperty HeaderButtonStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HeaderOrientationProperty

Declaration
public static readonly DependencyProperty HeaderOrientationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HorizontalHeaderAlignmentProperty

Declaration
public static readonly DependencyProperty HorizontalHeaderAlignmentProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsExpandedProperty

Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsHeaderPressedProperty

Declaration
public static readonly DependencyProperty IsHeaderPressedProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsPointerOverHeaderProperty

Declaration
public static readonly DependencyProperty IsPointerOverHeaderProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PreviewCollapsedEvent

Declaration
public static readonly RoutedEvent PreviewCollapsedEvent
Field Value
RoutedEvent

PreviewExpandedEvent

Declaration
public static readonly RoutedEvent PreviewExpandedEvent
Field Value
RoutedEvent

ResultOrientationProperty

Declaration
public static readonly DependencyProperty ResultOrientationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

VerticalHeaderAlignmentProperty

Declaration
public static readonly DependencyProperty VerticalHeaderAlignmentProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

ClickMode

Declaration
public ClickMode ClickMode { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.ClickMode

ExpandDirection

Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
ExpandDirection

HeaderButtonStyle

Declaration
public Style HeaderButtonStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

HeaderOrientation

Declaration
public Orientation HeaderOrientation { get; }
Property Value
Microsoft.UI.Xaml.Controls.Orientation

HorizontalHeaderAlignment

Declaration
public HorizontalAlignment HorizontalHeaderAlignment { get; set; }
Property Value
Microsoft.UI.Xaml.HorizontalAlignment

IsExpanded

Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean

IsHeaderPressed

Declaration
public bool IsHeaderPressed { get; set; }
Property Value
System.Boolean

IsPointerOverHeader

Declaration
public bool IsPointerOverHeader { get; }
Property Value
System.Boolean

ResultOrientation

Declaration
public Orientation ResultOrientation { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.Orientation

VerticalHeaderAlignment

Declaration
public VerticalAlignment VerticalHeaderAlignment { get; set; }
Property Value
Microsoft.UI.Xaml.VerticalAlignment

Methods

add_Collapsed(RadRoutedEventHandler)

Declaration
public void add_Collapsed(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

add_Expanded(RadRoutedEventHandler)

Declaration
public void add_Expanded(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

add_PreviewCollapsed(RadRoutedEventHandler)

Declaration
public void add_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

add_PreviewExpanded(RadRoutedEventHandler)

Declaration
public void add_PreviewExpanded(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
Overrides
HeaderedContentControl.OnApplyTemplate()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

remove_Collapsed(RadRoutedEventHandler)

Declaration
public void remove_Collapsed(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

remove_Expanded(RadRoutedEventHandler)

Declaration
public void remove_Expanded(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

remove_PreviewCollapsed(RadRoutedEventHandler)

Declaration
public void remove_PreviewCollapsed(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

remove_PreviewExpanded(RadRoutedEventHandler)

Declaration
public void remove_PreviewExpanded(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

Events

Collapsed

Declaration
public event RadRoutedEventHandler Collapsed
Event Type
RadRoutedEventHandler

Expanded

Declaration
public event RadRoutedEventHandler Expanded
Event Type
RadRoutedEventHandler

PreviewCollapsed

Declaration
public event RadRoutedEventHandler PreviewCollapsed
Event Type
RadRoutedEventHandler

PreviewExpanded

Declaration
public event RadRoutedEventHandler PreviewExpanded
Event Type
RadRoutedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.