API Reference
Class
BooleanValueTransformer
Formats Boolean values using text, badges, or icons. Useful when tables contain many boolean columns and you want consistent visuals.
Inheritance
- Object
- BooleanValueTransformer
Constructors
public BooleanValueTransformer() #Methods
public virtual Boolean TryTransform(Object value, out Object rendered) #Returns:
BooleanAttempts to convert the provided value to a formatted boolean representation.
Parameters
- value System.Object
- Input value; only Boolean is handled.
- rendered System.Object@
- Formatted HTML/text output when the method returns true.
Returns
True if the value was a boolean and was formatted; otherwise false.