Class StringNamedComponentCellProps
Properties of the STRING_COMPONENT front-end component.
public class StringNamedComponentCellProps
- Inheritance
-
objectStringNamedComponentCellProps
- Extension Methods
Properties
TooltipText
Tooltip text of the component. If not set, the tooltip is same as the Value.
public string TooltipText { get; set; }
Property Value
- string
Value
Value of the component.
public string Value { get; set; }
Property Value
- string