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

TdxBarLargeButton.SyncImageIndex Property

Specifies whether the ImageIndex property value is synchronized with the LargeImageIndex property value.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

If the SyncImageIndex property value is True, changing the LargeImageIndex property results in setting the ImageIndex property to the same value. If the SyncImageIndex property is set to False, the properties mentioned can be changed independently of each other.

Assigning values to the ImageIndex property results in setting the SyncImageIndex property to False. Thus, further modifications of the LargeImageIndex property will not affect the ImageIndex property.

The default value of the SyncImageIndex property is True.

See Also