Interface IRadRibbonComboBox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRibbonComboBox : IRadComboBox, ISelector, IFrameworkElement, ITargetElement
Properties
MinHeight
Declaration
double MinHeight { get; }
Property Value
System.Double
|
RadRibbonComboBoxItems
Declaration
IList<IRadRibbonComboBoxItem> RadRibbonComboBoxItems { get; }
Property Value
System.Collections.Generic.IList<IRadRibbonComboBoxItem>
|
Text
Declaration
string Text { get; }
Property Value
System.String
|
TextBoxPartDisabledVisualElementColor
TextBoxPartDisabledVisualElementOpacity
Declaration
double TextBoxPartDisabledVisualElementOpacity { get; }
Property Value
System.Double
|
TextBoxPartDisabledVisualElementVisibility
Declaration
Visibility TextBoxPartDisabledVisualElementVisibility { get; }
Property Value
Visibility
|
TextBoxPartFocusVisualElementColor
TextBoxPartFocusVisualElementOpacity
Declaration
double TextBoxPartFocusVisualElementOpacity { get; }
Property Value
System.Double
|
TextBoxPartFocusVisualElementVisibility
TextBoxPartValidationErrorElementColor
TextBoxPartValidationErrorElementOpacity
Declaration
double TextBoxPartValidationErrorElementOpacity { get; }
Property Value
System.Double
|
TextBoxPartValidationErrorElementVisibility
Declaration
Visibility TextBoxPartValidationErrorElementVisibility { get; }
Property Value
Visibility
|
ToggleButtonBackgroundColor
ToggleButtonBackgroundOpacity
Declaration
double ToggleButtonBackgroundOpacity { get; }
Property Value
System.Double
|
ToggleButtonBackgroundVisibility
ToggleButtonCheckedColor
ToggleButtonCheckedOpacity
Declaration
double ToggleButtonCheckedOpacity { get; }
Property Value
System.Double
|