DXPopupDialogBase.TitleIcon Property
Gets or sets the icon in the pop-up dialog’s title. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public ImageSource TitleIcon { get; set; }
Property Value
Type | Description |
---|---|
ImageSource | The icon source. |
See Also