Class ApplyExpandCollapseArgs
Inheritance
System.Object
ApplyExpandCollapseArgs
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class ApplyExpandCollapseArgs : Object
Constructors
ApplyExpandCollapseArgs()
Declaration
public ApplyExpandCollapseArgs()
Properties
Assemblies
Declaration
public List<Uri> Assemblies { get; }
Property Value
Type |
System.Collections.Generic.List<System.Uri> |
Declaration
public LineItemExpandInformation ExpandInformation { get; }
Property Value
Declaration
public IEnumerable<IFormat> Formats { get; }
Property Value
Type |
System.Collections.Generic.IEnumerable<IFormat> |
LanguageBlocks
Declaration
public List<BlockListener> LanguageBlocks { get; }
Property Value
Lexems
Declaration
public IEnumerable<ILexem> Lexems { get; }
Property Value
Type |
System.Collections.Generic.IEnumerable<ILexem> |
Source
Declaration
public List<LineItemExpandInformation> Source { get; }
Property Value