Properties
Property | Description | Result |
---|---|---|
Text | Gets or sets the text associated with the drop down button control | ![]() |
Image | Gets or sets the image that is displayed on the button control | ![]() |
TextAlignment | Gets or sets the alignment of the text on the button control | ![]() |
TextImageRelation | Gets or sets the position of text and image relative to each other | ![]() |
AllowShowFocusCues | Indicates focus cues display, when available, based on the corresponding control type and the current UI state | ![]() |
DisplayStyle | Specifies the options for display of image and text primitives in the control | |
DropDownDirection | Gets or sets a value indicating the direction in which the dropdown item emerges from its parent container | ![]() |
ShowArrow | Gets or sets a value indicating whether the arrow is shown | |
Items | Gets or set the RadItemOwnerCollection that stores the drop down items |
Methods
Method | Description |
---|---|
ShowDropDown | Shows the pop up with items |
HideDropDown | Hides the pop up with items |
Events
Event | Description |
---|---|
DropDownOpening | Occurs when the drop-down window is about to open |
DropDownOpened | Occurs when the drop down is opened |
DropDownClosed | Occurs when the drop down is closed |