EditBaseActualAppearance.PlaceholderColor Property
In This Article
Gets the placeholder’s color that is applied to the EditBase. To specify this color, use the LabelColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color PlaceholderColor { get; }
#Property Value
Type | Description |
---|---|
Color | The placeholder’s color. |
See Also