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 RadSplitButton

Inheritance
System.Object
RadButton
RadDropDownButton
RadSplitButton
Inherited Members
RadDropDownButton.DropDownIndicatorVisibilityProperty
RadDropDownButton.AutoOpenDelayProperty
RadDropDownButton.CloseOnEscapeProperty
RadDropDownButton.CloseOnEnterProperty
RadDropDownButton.DropDownContentProperty
RadDropDownButton.DropDownWidthProperty
RadDropDownButton.DropDownHeightProperty
RadDropDownButton.DropDownMinWidthProperty
RadDropDownButton.DropDownMinHeightProperty
RadDropDownButton.DropDownMaxWidthProperty
RadDropDownButton.DropDownMaxHeightProperty
RadDropDownButton.IsOpenProperty
RadDropDownButton.KeepOpenProperty
RadDropDownButton.DropDownButtonPositionProperty
RadDropDownButton.DropDownPlacementProperty
RadDropDownButton.PopupPlacementTargetProperty
RadDropDownButton.DropDownContentTemplateProperty
RadDropDownButton.DropDownContentTemplateSelectorProperty
RadDropDownButton.DropDownClosedEvent
RadDropDownButton.DropDownOpenedEvent
RadDropDownButton.DropDownOpeningEvent
RadDropDownButton.CloseOnPopupMouseLeftButtonUpProperty
RadDropDownButton.Finalize()
RadDropDownButton.Dispose()
RadDropDownButton.OnPointerEntered(PointerRoutedEventArgs)
RadDropDownButton.OnPointerExited(PointerRoutedEventArgs)
RadDropDownButton.OnPointerMoved(PointerRoutedEventArgs)
RadDropDownButton.OnPointerPressed(PointerRoutedEventArgs)
RadDropDownButton.ApplyDropDownButtonPosition()
RadDropDownButton.ApplyPopupPlacement()
RadDropDownButton.OnDropDownContentChanged(Object, Object)
RadDropDownButton.OnDropDownPlacementChanged(DataTemplate, DataTemplate)
RadDropDownButton.OnDropDownContentTemplateChanged(DataTemplate, DataTemplate)
RadDropDownButton.OnDropDownContentTemplateSelectorChanged(DataTemplateSelector, DataTemplateSelector)
RadDropDownButton.OnIsOpenChanged(Boolean, Boolean)
RadDropDownButton.HandleKeyDown(Object, KeyRoutedEventArgs)
RadDropDownButton.OnHoverTimerTick(Object, Object)
RadDropDownButton.HoverTimerApplyState(Boolean)
RadDropDownButton.HoverTimerDestroy()
RadDropDownButton.HoverTimerStart()
RadDropDownButton.HoverTimerStop()
RadDropDownButton.HoverTimerRestart()
RadDropDownButton.IsOpen
RadDropDownButton.KeepOpen
RadDropDownButton.DropDownIndicatorVisibility
RadDropDownButton.AutoOpenDelay
RadDropDownButton.CloseOnEscape
RadDropDownButton.CloseOnEnter
RadDropDownButton.DropDownContent
RadDropDownButton.DropDownButtonPosition
RadDropDownButton.DropDownPlacement
RadDropDownButton.DropDownContentTemplate
RadDropDownButton.DropDownContentTemplateSelector
RadDropDownButton.DropDownWidth
RadDropDownButton.DropDownHeight
RadDropDownButton.DropDownMinWidth
RadDropDownButton.DropDownMinHeight
RadDropDownButton.DropDownMaxWidth
RadDropDownButton.DropDownMaxHeight
RadDropDownButton.CloseOnPopupMouseLeftButtonUp
RadDropDownButton.PopupPlacementTarget
RadDropDownButton.DropDownClosed
RadDropDownButton.DropDownOpened
RadDropDownButton.DropDownOpening
RadButton.CommandParameterProperty
RadButton.CommandProperty
RadButton.CommandTargetProperty
RadButton.ExecuteCommand()
RadButton.Command
RadButton.CommandParameter
RadButton.CommandTarget
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class RadSplitButton : RadDropDownButton, ICommandSource, IPopupHost, IDisposable

Constructors

RadSplitButton()

Declaration
public RadSplitButton()

Fields

ButtonPartStyleProperty

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

CheckedEvent

Declaration
public static readonly RoutedEvent CheckedEvent
Field Value
RoutedEvent

ClickEvent

Declaration
public static readonly RoutedEvent ClickEvent
Field Value
RoutedEvent

DropDownPartStyleProperty

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

IsButtonPartVisibleProperty

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

IsCheckedProperty

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

IsToggleProperty

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

UncheckedEvent

Declaration
public static readonly RoutedEvent UncheckedEvent
Field Value
RoutedEvent

Properties

ButtonPartStyle

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

DropDownPartStyle

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

IsButtonPartVisible

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

IsChecked

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

IsToggle

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

Methods

OnApplyTemplate()

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

OnChecked()

Declaration
protected virtual void OnChecked()

OnClick()

Declaration
protected virtual void OnClick()

OnCreateAutomationPeer()

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

Overrides
RadDropDownButton.OnCreateAutomationPeer()

OnIsButtonPartVisibleChanged(Boolean, Boolean)

Declaration
protected virtual void OnIsButtonPartVisibleChanged(bool oldValue, bool newValue)
Parameters
System.Boolean oldValue

System.Boolean newValue

OnToggle()

Declaration
protected virtual void OnToggle()

OnUnchecked()

Declaration
protected virtual void OnUnchecked()

Events

Checked

Declaration
public event RoutedEventHandler Checked
Event Type
Microsoft.UI.Xaml.RoutedEventHandler

Click

Declaration
public event RoutedEventHandler Click
Event Type
Microsoft.UI.Xaml.RoutedEventHandler

Unchecked

Declaration
public event RoutedEventHandler Unchecked
Event Type
Microsoft.UI.Xaml.RoutedEventHandler

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.