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

Provides data for the Exporting event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class InlineUIContainerExportingEventArgs : EventArgs

Inheritance: objectEventArgsInlineUIContainerExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public InlineUIContainerExportingEventArgs(InlineUIContainer inlineUIContainer)
Parameters:inlineUIContainerInlineUIContainer

Properties

Provides information about the exporting mode for the Inline UI Container.

C#
public InlineUIContainerExportMode ExportMode { get; set; }

Represents the inline UI container within the exporting event arguments.

C#
public InlineUIContainer InlineUIContainer { get; }

Represents the arguments for the InlineUIContainer exporting event, containing information about the XAML content being exported.

C#
public string XamlContent { set; }