Class RadGridViewSpellCheckHelper
Inheritance
System.Object
RadGridViewSpellCheckHelper
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Documents.Proofing.RadGridView.dll
Syntax
public static class RadGridViewSpellCheckHelper : Object
Fields
IsSpellCheckingEnabledProperty
Declaration
public static readonly DependencyProperty IsSpellCheckingEnabledProperty
Field Value
System.Windows.DependencyProperty
|
Methods
CheckChildControl(RadGridView, String)
Declaration
public static void CheckChildControl(RadGridView radGridView, string childControlName)
Parameters
RadGridView
radGridView
|
System.String
childControlName
|
GetIsSpellCheckingEnabled(DependencyObject)
Declaration
public static bool GetIsSpellCheckingEnabled(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetIsSpellCheckingEnabled(DependencyObject, Boolean)
Declaration
public static void SetIsSpellCheckingEnabled(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|