Class ListDialogRow
Represents a row in a ListDialog.
public class ListDialogRow : IDialogRow
- Inheritance
-
ListDialogRow
- Implements
- Inherited Members
Constructors
ListDialogRow(string)
Initializes a new instance of the ListDialogRow class.
public ListDialogRow(string text)
Parameters
textstringThe text.
Properties
Tag
Gets or sets the tag. The tag can be used to associate data with this row which can be retrieved when the user responds to the dialog.
public object? Tag { get; set; }
Property Value
Text
Gets the text.
public string Text { get; }