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

TCustomdxBarControl.MarkState Property

Specifies the quick customization button’s state.

#Declaration

Delphi
property MarkState: TdxBarMarkState read; write;

#Property Value

Type
TdxBarMarkState

#Remarks

The quick customization button is drawn at the end of a toolbar and looks like a dropdown button. It provides access to the Quick Customization Popup Menu. Use the MarkState property to control the button state.

Values include:

Value Meaning
msSelected The button is selected, i.e., it’s under the mouse pointer.
msPressed The button is pressed.
msNone None of the above. The button is neither selected nor pressed.
See Also