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
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> |