TimeEditActualAppearance.TimeIconColor Property
Gets the time icon’s color that is applied to the TimeEdit. To specify this color, use the TimeIconColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color TimeIconColor { get; }
Property Value
Type | Description |
---|---|
Color | The time icon’s color. |
See Also