Skip to content

BooleanFormatterAttribute.FalseText property

Gets or sets the text corresponding to falsy value.

public string? FalseText { get; set; }

Property Value

The false text.

See Also