menu

UWP

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

    Show / Hide Table of Contents

    Class UIContainerExportingEventArgs

    Provides data for the UIContainerExporting event.

    Inheritance
    System.Object
    UIContainerExportingEventArgs
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved