Skip to main content
All docs
V26.1
  • SpellCheckErrorBase.Culture Property

    Returns the error’s culture.

    Namespace: DevExpress.XtraSpellChecker.Rules

    Assembly: DevExpress.SpellChecker.v26.1.Core.dll

    NuGet Package: DevExpress.SpellChecker.Core

    Declaration

    public CultureInfo Culture { get; }

    Property Value

    Type Description
    CultureInfo

    The CultureInfo object providing the culture information.

    See Also