Enum
DropDownButtonIndicatorPosition

Specifies the position of the drop-down indicator relative to the button content in a RadDropDownButton.

Definition

Namespace:Telerik.Maui.Controls.DropDownButton

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DropDownButtonIndicatorPosition

Fields

Bottom

The drop-down indicator is positioned below the button content.

Declaration

cs-api-definition
Bottom = 3

Field Value

DropDownButtonIndicatorPosition

Left

The drop-down indicator is positioned to the left of the button content.

Declaration

cs-api-definition
Left = 1

Field Value

DropDownButtonIndicatorPosition

Right

The drop-down indicator is positioned to the right of the button content.

Declaration

cs-api-definition
Right = 0

Field Value

DropDownButtonIndicatorPosition

Top

The drop-down indicator is positioned above the button content.

Declaration

cs-api-definition
Top = 2

Field Value

DropDownButtonIndicatorPosition

In this article
DefinitionFieldsBottomLeftRightTop
Not finding the help you need?
Contact Support