Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    Color

    The foreground color.

    See Also