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

TdxBarExtraPaneItem.Pin Property

Specifies whether the item is pinned.

#Declaration

Delphi
property Pin: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the Pin property to True, to pin the item. If pinned, the item remains on the pane, when the item list is scrolled. In a case when pinned items do not fit the pane, they become invisible, starting from the end of the pinned item list.

The Pin property is not in effect, if the pane’s AllowPinItems property is False.

The default value of the Pin property is False.

See Also