Bind(Object)
|
Binds the RichEdit to a data source.
|
BindToXML(String, String, String)
|
Binds the RichEdit to the XML file specified by its name, XPath expression and transformation file name.
|
BindToXML(String, String)
|
Binds the RichEdit to the XML file specified by its name and an XPath expression.
|
BindToXML(String)
|
Binds the RichEdit to the XML file specified by its name.
|
CalculateDocumentVariable(Action<CalculateDocumentVariableEventArgs>)
|
Allows custom processing to be implemented when the DOCVARIABLE field field is updated.
|
CallbackRouteValues(Object)
|
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
|
CustomizeMergeFields(Action<CustomizeMergeFieldsEventArgs>)
|
Fires when the ‘Insert Merge Field’ command button is clicked, and enables you to customize a drop-down field list.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
InsertContentToClient(Action<InsertContentToClientEventArgs>)
|
Sets a handler for an event that fires after the client insertContentFromServer command is executed.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Saving(Action<DocumentSavingEventArgs>)
|
Fires before a file is saved to the server and allows you to cancel the action.
|
SettingsDocumentSelector(Action<RichEditDocumentSelectorSettings>)
|
Provides access to Document Selector settings.
|
SpellCheckerWordAdded(Action<WordAddedEventArgs>)
|
Fires when a word is added to the spell checker and enables you to add custom handling.
|
ToString()
|
Returns a string that represents the current object.
|
Unit(RichEditUnit)
|
Specifies the measurement unit.
|