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