menu

WPF

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

    Show / Hide Table of Contents

    Class ListDialog

    Displays a dialog to modify ListFormat for the selected paragraphs in a SfRichTextBoxAdv control.

    Inheritance
    System.Object
    Dialog
    ListDialog
    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public sealed class ListDialog : Dialog

    Constructors

    ListDialog()

    Initializes a new instance of the ListDialog class.

    Declaration
    public ListDialog()

    ListDialog(SfRichTextBoxAdv)

    Initializes a new instance of the ListDialog class for the specified SfRichTextBoxAdv.

    Declaration
    public ListDialog(SfRichTextBoxAdv owner)
    Parameters
    Type Name Description
    SfRichTextBoxAdv owner

    The SfRichTextBoxAdv instance to which the ListDialog is associated.

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved