Skip to main content
All docs
V24.2

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

TdxRibbonCaptionAreaSearchToolbar.Alignment Property

Specifies search toolbar alignment in the Ribbon form caption area.

#Declaration

Delphi

#Property Value

Type Default Description
TdxRibbonCaptionAreaSearchToolbarAlignment Default

The current search toolbar alignment.

#Remarks

You can use the Alignment property to position the search toolbar within the form caption area.

#Property Value Examples

Left
VCL Bars: A Left-Aligned Toolbar Example
Center
VCL Bars: A Centered Toolbar Example
Right
VCL Bars: A Centered Toolbar Example

#Default Value

The Alignment property’s default value is Default.

The default Alignment property value indicates that the search area toolbar is centered.

See Also