Skip to main content
All docs
V25.2
  • RepositoryItemTextEdit.NullValuePromptForeColor Property

    Gets or sets the foreground color of the hint displayed when the editor’s value is null or empty.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.2.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    public Color NullValuePromptForeColor { get; set; }

    Property Value

    Type Description
    Color

    The foreground color.

    See Also