Class TextFromUserParams
Contains properties which allow to customize dialog box which asks a text value from the user.
public class TextFromUserParams : ValueFromUserParams<string?>, IBaseObjectWithAttr, IBaseObjectWithId, IBaseObject
- Inheritance
-
TextFromUserParams
- Implements