menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UIContainerExportingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UIContainerExportingEventArgs

    Provides data for the UIContainerExporting event.

    Inheritance
    System.Object
    System.EventArgs
    UIContainerExportingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved