TdxBreadcrumbEditPathEditorProperties.Enabled Property
Specifies whether the editor is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the Enabled property is False, an end-user cannot activate the editor and access the content.
To provide access to the path but prevent any changes, use the ReadOnly property instead.
The default value of the Enabled property is True.
See Also