ClassRadGridViewSpellCheckHelper
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Documents.Proofing.RadGridView.dll
Syntax:
cs-api-definition
public static class RadGridViewSpellCheckHelper
Inheritance: objectRadGridViewSpellCheckHelper
Fields
IsSpellCheckingEnabledProperty
Declaration
cs-api-definition
public static readonly DependencyProperty IsSpellCheckingEnabledProperty
Field Value
DependencyProperty
Methods
CheckChildControl(RadGridView, string)
Declaration
cs-api-definition
public static void CheckChildControl(RadGridView radGridView, string childControlName)
Parameters
radGridView
childControlName
GetIsSpellCheckingEnabled(DependencyObject)
Declaration
cs-api-definition
public static bool GetIsSpellCheckingEnabled(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetIsSpellCheckingEnabled(DependencyObject, bool)
Declaration
cs-api-definition
public static void SetIsSpellCheckingEnabled(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value