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

TdxSchedulerDateNavigator.AutoCheck Property

Specifies a value indicating whether the Checked property value changes when the current action object is executed.

#Declaration

Delphi
property AutoCheck; default True;

#Property Value

Type Default
Boolean True

#Remarks

You can use this property to sync the action object’s Checked property value and the client control’s Checked property (or its equivalent), if present. If the AutoCheck property is set to True, the Checked property switches between True and False when the current action object is executed. Otherwise, the Checked property value is not affected by the action object execution.

The default value of the AutoCheck property is True.

See Also