menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverviewBuilder - API Reference

    Show / Hide Table of Contents

    Class OverviewBuilder

    Inheritance
    System.Object
    ControlBuilder
    OverviewBuilder
    Inherited Members
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class OverviewBuilder : ControlBuilder

    Constructors

    OverviewBuilder()

    Declaration
    public OverviewBuilder()

    OverviewBuilder(Overview)

    Declaration
    public OverviewBuilder(Overview model)
    Parameters
    Type Name Description
    Overview model

    Fields

    model

    Declaration
    public Overview model
    Field Value
    Type Description
    Overview

    Properties

    HtmlAttr

    Declaration
    public IDictionary<string, object> HtmlAttr { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    ID

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

    Output

    Declaration
    public override TextWriter Output { get; set; }
    Property Value
    Type Description
    System.IO.TextWriter
    Overrides
    ControlBuilder.Output

    Methods

    Created(String)

    Triggers after render the diagram elements

    Declaration
    public OverviewBuilder Created(string created)
    Parameters
    Type Name Description
    System.String created
    Returns
    Type Description
    OverviewBuilder

    EnablePersistence(Boolean)

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

    Declaration
    public OverviewBuilder EnablePersistence(bool enablePersistence = true)
    Parameters
    Type Name Description
    System.Boolean enablePersistence
    Returns
    Type Description
    OverviewBuilder

    EnableRtl(Boolean)

    Enable or disable rendering component in right to left direction.

    Declaration
    public OverviewBuilder EnableRtl(bool enableRtl = true)
    Parameters
    Type Name Description
    System.Boolean enableRtl
    Returns
    Type Description
    OverviewBuilder

    Height(Double)

    Defines the height of the overview

    Declaration
    public OverviewBuilder Height(double height)
    Parameters
    Type Name Description
    System.Double height
    Returns
    Type Description
    OverviewBuilder

    Height(String)

    Defines the height of the overview

    Declaration
    public OverviewBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height
    Returns
    Type Description
    OverviewBuilder

    HtmlAttributes(Object)

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public OverviewBuilder HtmlAttributes(object htmlAttributes)
    Parameters
    Type Name Description
    System.Object htmlAttributes
    Returns
    Type Description
    OverviewBuilder

    Locale(String)

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

    Declaration
    public OverviewBuilder Locale(string locale)
    Parameters
    Type Name Description
    System.String locale
    Returns
    Type Description
    OverviewBuilder

    Render()

    Declaration
    public HtmlString Render()
    Returns
    Type Description
    Microsoft.AspNetCore.Html.HtmlString

    SourceID(String)

    Defines the ID of the overview

    Declaration
    public OverviewBuilder SourceID(string sourceID)
    Parameters
    Type Name Description
    System.String sourceID
    Returns
    Type Description
    OverviewBuilder

    Width(Double)

    Defines the width of the overview

    Declaration
    public OverviewBuilder Width(double width)
    Parameters
    Type Name Description
    System.Double width
    Returns
    Type Description
    OverviewBuilder

    Width(String)

    Defines the width of the overview

    Declaration
    public OverviewBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width
    Returns
    Type Description
    OverviewBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved