Wisej.Web.Markup.IReadOnlyExtensions
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the TextBox class.
Sets the read-only status of the specified target object.
TReadOnly
The type of the target object, which must implement .
target
The target object whose read-only status is to be set.
value
A boolean value indicating the desired read-only status.
Returns: TReadOnly. The target object with the updated read-only status.
This extension method allows you to set the read-only status of an object that implements the IReadOnly interface.