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

TcxvgMultiRecordsOptionsBehavior.AllowChangeRecord Property

Specifies if an end user can scroll the control‘s content horizontally.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Set this property to False or True to forbid or allow end users to scroll records if the single or banded record layout is active (that is, the control’s LayoutStyle property is set to lsSingleRecordView or lsBandsView).

Note

An end user can only press the “Right” and “Left” arrow keys to scroll records if the horizontal scrollbar is disabled (that is, the control’s OptionsView.ScrollBars property is set to ssNone or ssVertical).

The default AllowChangeRecord property value is True.

See Also