Blazor

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

    Show / Hide Table of Contents

    Class OverviewModel

    Allows user to see a preview or an overall view of the content of a diagram.

    Inheritance
    System.Object
    OverviewModel
    Implements
    System.IEquatable<OverviewModel>
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OverviewModel : Object, IEquatable<OverviewModel>

    Constructors

    OverviewModel()

    Declaration
    public OverviewModel()

    Properties

    Created

    Triggers after render the diagram elements.

    Declaration
    public EventCallback<object> Created { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.EventCallback<System.Object>

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    Height

    Defines the height of the overview.

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    SourceID

    Defines the ID of the overview.

    Declaration
    public string SourceID { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Defines the width of the overview .

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Equals(OverviewModel)

    Indicates whether the OverviewModel object is equal to another object of the same type.

    Declaration
    public bool Equals(OverviewModel overviewModel)
    Parameters
    Type Name Description
    OverviewModel overviewModel

    Allows user to see a preview or an overall view of the content of a diagram.

    Returns
    Type Description
    System.Boolean

    Returns the preview or an overall view of the content of a diagram

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved