DXPopupDialogBase.TitleStyle Property
Gets or sets the style applied to the title in the pop-up dialog. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
[DXStyleTargetType(typeof(DXContentPresenter))]
public Style TitleStyle { get; set; }
Property Value
Type | Description |
---|---|
Style | The title style in the pop-up dialog. |
See Also