Class GridCellBaseTextInfo
Provides additional hints about a call to GetFormattedText(Object), or ApplyFormattedText(String).
Inheritance
System.Object
GridCellBaseTextInfo
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellBaseTextInfo : Object
Fields
ClearCells
Clear cells operation.
Declaration
public const int ClearCells = 2
Field Value
Type |
---|
System.Int32 |
CopyText
Copy text operation.
Declaration
public const int CopyText = 1
Field Value
Type |
---|
System.Int32 |
CurrentText
Current text query.
Declaration
public const int CurrentText = 3
Field Value
Type |
---|
System.Int32 |
DisplayText
Display text operation.
Declaration
public const int DisplayText = 0
Field Value
Type |
---|
System.Int32 |
None
No hint specified.
Declaration
public const int None = 0
Field Value
Type |
---|
System.Int32 |
PasteText
Paste text operation.
Declaration
public const int PasteText = 1
Field Value
Type |
---|
System.Int32 |
ReplaceSelection
Replace selection.
Declaration
public const int ReplaceSelection = 4
Field Value
Type |
---|
System.Int32 |
TextBox
Initialize text box with text.
Declaration
public const int TextBox = 5
Field Value
Type |
---|
System.Int32 |
Validate
ValidateString checking if string is valid.
Declaration
public const int Validate = 6
Field Value
Type |
---|
System.Int32 |