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