DXPopupSettings.TitleIcon Property
Gets or sets the icon in the pop-up dialog’s title. This is a bindable property.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public string TitleIcon { get; set; }
Property Value
Type | Description |
---|---|
String | The icon source name. Usually, the source is a file name without an extension. |
See Also