TcxvgMultiRecordsOptionsBehavior.AllowChangeRecord Property
Specifies if an end user can scroll the control‘s content horizontally.
Declaration
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