New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.FormatProviders.Xaml

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class InlineUIContainerExportingEventArgs : EventArgs

Inheritance: objectEventArgsInlineUIContainerExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer)
Parameters:inlineUIContainerInlineUIContainer

Properties

C#
public InlineUIContainerExportMode ExportMode { get; set; }
C#
public InlineUIContainer InlineUIContainer { get; }
C#
public string XamlContent { set; }