Class RadRibbonSplitButton
Inheritance
System.Object
RadRibbonSplitButton
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRibbonSplitButton : ButtonBase, IRibbonButton, IVariantControl
Constructors
RadRibbonSplitButton()
Declaration
public RadRibbonSplitButton()
Fields
CheckedEvent
ClickEvent
CollapseToMediumProperty
Declaration
public static readonly DependencyProperty CollapseToMediumProperty
Field Value
Microsoft.
|
CollapseToSmallProperty
Declaration
public static readonly DependencyProperty CollapseToSmallProperty
Field Value
Microsoft.
|
CurrentSizeProperty
Declaration
public static readonly DependencyProperty CurrentSizeProperty
Field Value
Microsoft.
|
DropDownIndicatorVisibilityProperty
Declaration
public static readonly DependencyProperty DropDownIndicatorVisibilityProperty
Field Value
Microsoft.
|
FlyoutProperty
Declaration
public static readonly DependencyProperty FlyoutProperty
Field Value
Microsoft.
|
IsAutoSizeProperty
Declaration
public static readonly DependencyProperty IsAutoSizeProperty
Field Value
Microsoft.
|
IsBackgroundVisibleProperty
Declaration
public static readonly DependencyProperty IsBackgroundVisibleProperty
Field Value
Microsoft.
|
IsCheckedProperty
Declaration
public static readonly DependencyProperty IsCheckedProperty
Field Value
Microsoft.
|
IsTextInMiddleButtonProperty
Declaration
public static readonly DependencyProperty IsTextInMiddleButtonProperty
Field Value
Microsoft.
|
IsToggleProperty
Declaration
public static readonly DependencyProperty IsToggleProperty
Field Value
Microsoft.
|
LargeIconProperty
Declaration
public static readonly DependencyProperty LargeIconProperty
Field Value
Microsoft.
|
SizeProperty
Declaration
public static readonly DependencyProperty SizeProperty
Field Value
Microsoft.
|
SmallIconProperty
Declaration
public static readonly DependencyProperty SmallIconProperty
Field Value
Microsoft.
|
SplitTextProperty
Declaration
public static readonly DependencyProperty SplitTextProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
TextRow1Property
Declaration
public static readonly DependencyProperty TextRow1Property
Field Value
Microsoft.
|
TextRow2Property
Declaration
public static readonly DependencyProperty TextRow2Property
Field Value
Microsoft.
|
UncheckedEvent
Properties
CollapseToMedium
Declaration
public CollapseThreshold CollapseToMedium { get; set; }
Property Value
Implements
CollapseToSmall
Declaration
public CollapseThreshold CollapseToSmall { get; set; }
Property Value
Implements
CurrentSize
Declaration
public ButtonSize CurrentSize { get; }
Property Value
Implements
DropDownIndicatorVisibility
Declaration
public Visibility DropDownIndicatorVisibility { get; set; }
Property Value
Microsoft.
|
Flyout
Declaration
public FlyoutBase Flyout { get; set; }
Property Value
Microsoft.
|
IsAutoSize
Declaration
public bool IsAutoSize { get; set; }
Property Value
System.
|
IsBackgroundVisible
Declaration
public bool IsBackgroundVisible { get; set; }
Property Value
System.
|
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.
|
IsTextInMiddleButton
Declaration
public bool IsTextInMiddleButton { get; set; }
Property Value
System.
|
IsToggle
Declaration
public bool IsToggle { get; set; }
Property Value
System.
|
LargeIcon
Declaration
public IconElement LargeIcon { get; set; }
Property Value
Microsoft.
|
Implements
Size
Declaration
public ButtonSize Size { get; set; }
Property Value
Implements
SmallIcon
Declaration
public IconElement SmallIcon { get; set; }
Property Value
Microsoft.
|
Implements
SplitText
Declaration
public bool SplitText { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
TextRow1
Declaration
public string TextRow1 { get; }
Property Value
System.
|
TextRow2
Declaration
public string TextRow2 { get; }
Property Value
System.
|
Methods
Close()
Declaration
public void Close()
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnChecked()
Declaration
protected virtual void OnChecked()
OnClick(Boolean)
Declaration
protected void OnClick(bool executeCommand = false)
Parameters
System.
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Microsoft.
|
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnKeyUp(KeyRoutedEventArgs)
Declaration
protected override void OnKeyUp(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnLostFocus(RoutedEventArgs)
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Microsoft.
|
OnToggle()
Declaration
protected virtual void OnToggle()
OnUnchecked()
Declaration
protected virtual void OnUnchecked()
Open()
Declaration
public void Open()
SetVariant(RibbonGroupVariant)
Declaration
public void SetVariant(RibbonGroupVariant variant)
Parameters
Ribbon
|
Implements
Events
Checked
Declaration
public event RoutedEventHandler Checked
Event Type
Microsoft.
|
Unchecked
Declaration
public event RoutedEventHandler Unchecked
Event Type
Microsoft.
|
Explicit Interface Implementations
IRibbonButton.TextRow1Element
Declaration
TextBlock IRibbonButton.TextRow1Element { get; }
Returns
Microsoft.
|
Implements
IRibbonButton.TextRow2Element
Declaration
TextBlock IRibbonButton.TextRow2Element { get; }
Returns
Microsoft.
|