ClassDataGridSpellCheckHelper
Class
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Documents.Proofing.DataGrid.dll
Syntax:
cs-api-definition
public static class DataGridSpellCheckHelper
Inheritance: objectDataGridSpellCheckHelper
Fields
IsSpellCheckingEnabledProperty
Declaration
cs-api-definition
public static readonly DependencyProperty IsSpellCheckingEnabledProperty
Field Value
DependencyProperty
Methods
CheckChildControl(DataGrid, string)
Declaration
cs-api-definition
public static void CheckChildControl(DataGrid dataGrid, string childControlName)
Parameters
dataGrid
DataGrid
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