The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
If you are talking about disabling the tabs (rather than the controls in the tabpage), then the .net tab control doesn''t let you do this. The Syncfusion tab control (in Essential Tools) provides you this ability among other improvements.
To disable the controls in a tab page, simply the the tabPage.Enabled property to false.
-Praveen
RAramkiMay 19, 2004 05:17 AM UTC
>How to disable/enable one tabpage of a tabcontrol? Which can disable/enable the controls on the tabpage.
In tabcontrol''s tabpages collection get the tabpage you want to disable and make the enabled property to false/true
ADAdministrator Syncfusion Team December 22, 2005 06:44 AM UTC
Hi
Here is 1 method of programatically disabling the tab pages.pls refer the attached sample