IDetailFormPage.SetTitleLabelText(String) Method
Specifies the title label text.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
void SetTitleLabelText(
string text
)
Parameters
Name | Type | Description |
---|---|---|
text | String | A string that specifies the form title. |
See Also