DetailFormPage.TitleLabel Property
Returns the label used to display the page title.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Label TitleLabel { get; }
Property Value
Type | Description |
---|---|
Label | A label that displays the page title. |
See Also