Class GraphicRichTextBoxCellRenderer
Inheritance
System.Object
GraphicCellRendererBase<System.Windows.Controls.RichTextBox>
GraphicRichTextBoxCellRenderer
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicRichTextBoxCellRenderer : GraphicCellRendererBase<RichTextBox>, IGraphicCellRenderer
Constructors
GraphicRichTextBoxCellRenderer()
Declaration
public GraphicRichTextBoxCellRenderer()
Methods
CreateUIElement(GraphicStyleInfo)
Declaration
protected override RichTextBox CreateUIElement(GraphicStyleInfo cellInfo)
Parameters
Type | Name | Description |
---|---|---|
GraphicStyleInfo | cellInfo |
Returns
Type |
---|
System.Windows.Controls.RichTextBox |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.CreateUIElement(Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)
GetControlValueFromEditor(RichTextBox)
Declaration
protected override object GetControlValueFromEditor(RichTextBox uiElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.RichTextBox | uiElement |
Returns
Type |
---|
System.Object |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.GetControlValueFromEditor(System.Windows.Controls.RichTextBox)
OnInitializeContent(RichTextBox, GraphicStyleInfo)
Declaration
protected override void OnInitializeContent(RichTextBox element, GraphicStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.RichTextBox | element | |
GraphicStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.OnInitializeContent(System.Windows.Controls.RichTextBox, Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)
ShouldTryToHandlePreviewKeyDown(KeyEventArgs)
Declaration
protected override bool ShouldTryToHandlePreviewKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyEventArgs | e |
Returns
Type |
---|
System.Boolean |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.ShouldTryToHandlePreviewKeyDown(System.Windows.Input.KeyEventArgs)
UnloadUIElements(Int32, RichTextBox)
Declaration
protected override void UnloadUIElements(int index, RichTextBox uiElement)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Windows.Controls.RichTextBox | uiElement |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.UnloadUIElements(System.Int32, System.Windows.Controls.RichTextBox)