Class UIContainerExportingEventArgs
Provides data for the UIContainerExporting
event.
Inheritance
System.Object
UIContainerExportingEventArgs
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class UIContainerExportingEventArgs : EventArgs
Constructors
UIContainerExportingEventArgs()
Initializ UIContainer export event arguments.
Declaration
public UIContainerExportingEventArgs()
Properties
ExportType
Gets or sets the export type of UIContainer.
Declaration
public UIContainerExportType ExportType { get; set; }
Property Value
Type |
---|
UIContainerExportType |
Text
Gets or sets the text of element in UIContainer.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
UIContainer
Gets the UIContainer to be exported.
Declaration
public UIContainerAdv UIContainer { get; }
Property Value
Type |
---|
UIContainerAdv |