menu

WPF

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

    Show / Hide Table of Contents

    Class ApplyExpandCollapseArgs

    Inheritance
    System.Object
    ApplyExpandCollapseArgs
    Inherited Members
    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.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class ApplyExpandCollapseArgs

    Constructors

    ApplyExpandCollapseArgs()

    Declaration
    public ApplyExpandCollapseArgs()

    Properties

    Assemblies

    Declaration
    public List<Uri> Assemblies { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Uri>

    ExpandInformation

    Declaration
    public LineItemExpandInformation ExpandInformation { get; }
    Property Value
    Type
    LineItemExpandInformation

    Formats

    Declaration
    public IEnumerable<IFormat> Formats { get; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<IFormat>

    LanguageBlocks

    Declaration
    public List<BlockListener> LanguageBlocks { get; }
    Property Value
    Type
    System.Collections.Generic.List<BlockListener>

    Lexems

    Declaration
    public IEnumerable<ILexem> Lexems { get; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<ILexem>

    Source

    Declaration
    public List<LineItemExpandInformation> Source { get; }
    Property Value
    Type
    System.Collections.Generic.List<LineItemExpandInformation>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved