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

TdxBarItemLink.Distributed Property

Specifies the current item link’s vertical alignment within a Ribbon Tab Group‘s column.

#Declaration

Delphi
property Distributed: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The following image table shows examples of using the Distributed property.

Value Meaning Example
False Item links are aligned to a Ribbon Tab Group’s top.
True Item links within one column are vertically distributed in this column.

Note

Item links are considered to be in one column, unless one of them begins a new column via the ipBeginsNewColumn option of the Position property. To specify the vertical alignment of all item links within one column, use the Distributed property of any item link within this column.

At design time, you can change the Distributed property using the corresponding option within the customizing popup menu.

The default value of the Distributed property is True.

See Also