Class
RadGridViewSpellCheckHelper

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

RadGridView

childControlName

string

GetIsSpellCheckingEnabled(DependencyObject)

Declaration

cs-api-definition
public static bool GetIsSpellCheckingEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

SetIsSpellCheckingEnabled(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetIsSpellCheckingEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool