Interface
IRadSplitButton

The common RadSplitButton SL/Wpf interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadSplitButton : IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadRibbonSplitButtonRadSplitButtonRadRibbonSplitButtonRadSplitButton

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ButtonElement

Declaration

cs-api-definition
IRadButton ButtonElement { get; }

Property Value

IRadButton

CloseOnEscape

Declaration

cs-api-definition
bool CloseOnEscape { get; set; }

Property Value

bool

DropDownElement

Declaration

cs-api-definition
IRadToggleButton DropDownElement { get; }

Property Value

IRadToggleButton

DropDownHeight

Declaration

cs-api-definition
double DropDownHeight { get; set; }

Property Value

double

DropDownIndicatorElement

Declaration

cs-api-definition
FrameworkElement DropDownIndicatorElement { get; }

Property Value

FrameworkElement

DropDownPopupElement

Declaration

cs-api-definition
IPopup DropDownPopupElement { get; }

Property Value

IPopup

DropDownWidth

Declaration

cs-api-definition
double DropDownWidth { get; set; }

Property Value

double

IsChecked

Declaration

cs-api-definition
bool IsChecked { get; set; }

Property Value

bool

IsToggle

Declaration

cs-api-definition
bool IsToggle { get; set; }

Property Value

bool

Methods

ToggleDropDown()

Declaration

cs-api-definition
void ToggleDropDown()