Skip to main content

TdxBreadcrumbEditPathEditorProperties.ReadOnly Property

Specifies whether editing is allowed.

Declaration

property ReadOnly: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the ReadOnly property is True, an end-user cannot change the path using the editor.

To prevent an end-user from accessing the path, use the Enabled property instead.

The default value of the ReadOnly property is False.

See Also