Property Owner
Owner
Gets or sets the owner of the dialog.
public virtual object? Owner { get; set; }
Property Value
- object
The owner object of the dialog, which can be used to associate the dialog with a specific parent or context.
Gets or sets the owner of the dialog.
public virtual object? Owner { get; set; }
The owner object of the dialog, which can be used to associate the dialog with a specific parent or context.