Skip to main content

TcxNavigatorButton.Enabled Property

Specifies whether a button can be clicked.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Though the button state is determined automatically according to the dataset status, a user may disable or enable buttons according to his/her own needs. For instance, when the first record in the dataset is active, the Prior button is disabled (regardless of the Enabled property value). When the cursor is moved to another record, this button is enabled. If you set the Enabled property to False, this button will never be enabled.

When a button is disabled, it is not highlighted and cannot be clicked in order to perform the default action.

The default value of the Enabled property is True.

See Also