Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EntryCategory - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EntryCategory

    Defines the wether the history entry as internal entry as a user defined entry.

    Inheritance
    System.Object
    EntryCategory
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class EntryCategory : Enum
    Remarks
    The below code snippet is an example to set the EntryCategory to External
    Examples
    HistoryEntry Entry = new HistoryEntry() {
       BlazorHistoryEntryType = HistoryEntryType.Object, Category = EntryCategory.External
    };
    Diagram.AddCustomHistoryEntry(Entry);

    Fields

    External

    Sets the entry category as external

    Declaration
    public const EntryCategory External
    Field Value
    Type Description
    EntryCategory

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved