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

TdxWizardControlCustomButtonCollectionItem.Focused Property

Specifies whether the custom button has focus.

#Declaration

Delphi
property Focused: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

You can use this property to:

  • Identify if the button has focus (the Focused property returns True if the button is focused; otherwise – False);

  • Focus the button and its wizard control if the Visible property is set to True, and the button is enabled (that is, assign True to the property; its value does not change if the button cannot accept focus).

Note

You can assign True to another button’s Focused property to remove focus from the current custom button. The value of the Focused property does not change if you assign False to it.

See Also