DXPopupSettings.Title Property
Gets or sets the title of the pop-up view. This is a bindable property.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
String | The title of the pop-up view. |
See Also