Class
RadComboBoxItem

Represents an individual item container within a RadComboBox dropdown list. This class provides visual state management and interaction handling for dropdown items.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadComboBoxItem : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorderRadComboBoxItem

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView

Inherited Members RadBorder.BorderColorPropertyRadBorder.CornerRadiusPropertyRadBorder.BorderThicknessPropertyRadBorder.BorderBrushPropertyRadBorder.BorderColorRadBorder.CornerRadiusRadBorder.BorderThicknessRadBorder.BorderBrushRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

RadComboBoxItem()

Initializes a new instance of the RadComboBoxItem class.

Declaration

cs-api-definition
public RadComboBoxItem()

Methods

ChangeVisualState()

Changes the visual state of the control.

Declaration

cs-api-definition
protected override void ChangeVisualState()

Overrides RadBorder.ChangeVisualState()