Class GridCellBaseTextInfo
Provides additional hints about a call to GetFormattedText(Object), or ApplyFormattedText(String).
Inheritance
System.Object
GridCellBaseTextInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridCellBaseTextInfo
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 |