ILabelExtensions
Wisej.Web.Markup.ILabelExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.ILabelExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the label of the target using a .
TLabel
target
label
Returns: . The target control with the updated Label.
Sets the LabelText property of the target control.
TLabel
target
text
The type of the control, which must implement .
The target control which must implement .
The containing the label information.
The target control type, which must implement .
The target control which must implement .
The text to assign to .
Returns: . The target control with the updated LabelText.