Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileBarItemPopupOptions.PopupControl Property

Specifies a control displayed in response to clicking the tile’s drop-down button.

#Declaration

Delphi
property PopupControl: TWinControl read; write;

#Property Value

Type
TWinControl

#Remarks

If a control is assigned to the PopupControl property, the tile item that owns the current options set displays a drop-down button. If an end-user clicks it, the control is displayed below, to the left of, to the right of, or above the tile item, depending on the tile bar control’s OptionsView.Position property value. This property value also determines the dimensions of the associated control at runtime.

  • If the tile bar control is oriented vertically, the associated control has the same width it had at design time but has the same height as the tile bar control.

  • If the tile bar control is oriented horizontally, the associated control has the same height it had at design time but has the same width as the tile bar control.

The associated control can host other controls. Removing focus from the popup control closes it.

See Also