To disable the TextBox, use its Enabled property.
The following example demonstrates the TextBox in a disabled state.
@using Syncfusion.Blazor.Inputs <SfTextBox Placeholder='First Name' Enabled=false></SfTextBox>
The output will be as follows.