ClassRadRibbonComboBox
Represents the RadRibbonComboBox control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadRibbonComboBox : RadComboBox, IAutomationPeer, IPeerConverter, IControl, IRadRibbonComboBox, IRadComboBox, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorRadComboBoxRadRibbonComboBox
Implements:
Inherited Members
Constructors
RadRibbonComboBox()
Initializes a new instance of the RadRibbonComboBox class.
Declaration
public RadRibbonComboBox()
Properties
MinHeight
Get the MinHeight
RadRibbonComboBoxItems
Gets the list of the RadRibbonComboBoxItem elements.
Declaration
public IList<IRadRibbonComboBoxItem> RadRibbonComboBoxItems { get; }
Property Value
Implements
Text
Get the text.
TextBoxPartDisabledVisualElementColor
Get the TextBox part disabled visual element color
Declaration
public IColor TextBoxPartDisabledVisualElementColor { get; }
Property Value
Implements
TextBoxPartDisabledVisualElementOpacity
Get the TextBox part disabled visual element opacity
Declaration
public double TextBoxPartDisabledVisualElementOpacity { get; }
Property Value
Implements
TextBoxPartDisabledVisualElementVisibility
Get the TextBox part disabled visual element visibility
Declaration
public Visibility TextBoxPartDisabledVisualElementVisibility { get; }
Property Value
Implements
TextBoxPartFocusVisualElementColor
Get the TextBox part focus visual element color
Declaration
public IColor TextBoxPartFocusVisualElementColor { get; }
Property Value
Implements
TextBoxPartFocusVisualElementOpacity
Get the TextBox part focus visual element opacity
Declaration
public double TextBoxPartFocusVisualElementOpacity { get; }
Property Value
Implements
TextBoxPartFocusVisualElementVisibility
Get the TextBox part focus visual element visibility
Declaration
public Visibility TextBoxPartFocusVisualElementVisibility { get; }
Property Value
Implements
TextBoxPartValidationErrorElementColor
Get the TextBox part validation error element color
Declaration
public IColor TextBoxPartValidationErrorElementColor { get; }
Property Value
Implements
TextBoxPartValidationErrorElementOpacity
Get the TextBox part validation error element opacity
Declaration
public double TextBoxPartValidationErrorElementOpacity { get; }
Property Value
Implements
TextBoxPartValidationErrorElementVisibility
Get the TextBox part validation error element visibility
Declaration
public Visibility TextBoxPartValidationErrorElementVisibility { get; }
Property Value
Implements
ToggleButtonBackgroundColor
Get the RadToggleButton background color
Declaration
public IColor ToggleButtonBackgroundColor { get; }
Property Value
Implements
ToggleButtonBackgroundOpacity
Get the RadToggleButton background opacity
Declaration
public double ToggleButtonBackgroundOpacity { get; }
Property Value
Implements
ToggleButtonBackgroundVisibility
Get the RadToggleButton background visibility
Declaration
public Visibility ToggleButtonBackgroundVisibility { get; }
Property Value
Implements
ToggleButtonCheckedColor
Get the RadToggleButton checked color
Declaration
public IColor ToggleButtonCheckedColor { get; }
Property Value
Implements
ToggleButtonCheckedOpacity
Get the RadToggleButton checked opacity
Declaration
public double ToggleButtonCheckedOpacity { get; }
Property Value
Implements
ToggleButtonCheckedVisibility
Get the RadToggleButton checked visibility
Declaration
public Visibility ToggleButtonCheckedVisibility { get; }
Property Value
Implements