menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommonDataBoundControl

    Show / Hide Table of Contents

    Class CommonDataBoundControl

    Inheritance
    System.Object
    CommonDataBoundControl
    Autocomplete
    BulletGraph
    Chart
    ComboBox
    DataManager
    Diagram
    DropDownList
    Gantt
    Grid
    GroupButton
    HeatMap
    HeatMapLegend
    Kanban
    ListBox
    ListView
    Map
    Menu
    PdfViewer
    RangeNavigator
    RecurrenceEditor
    Rotator
    Schedule
    Sparkline
    SpellCheck
    Spreadsheet
    SunburstChart
    TagCloud
    Toolbar
    TreeGrid
    TreeMap
    TreeView
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.dll
    Syntax
    public abstract class CommonDataBoundControl : DataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    CommonDataBoundControl()

    Declaration
    protected CommonDataBoundControl()

    Methods

    FetchData(IEnumerable)

    Declaration
    public virtual void FetchData(IEnumerable data)
    Parameters
    Type Name Description
    System.Collections.IEnumerable data

    GetDependentFiles()

    Declaration
    public virtual List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    PerformDataBinding(IEnumerable)

    Declaration
    protected override void PerformDataBinding(IEnumerable retrievedData)
    Parameters
    Type Name Description
    System.Collections.IEnumerable retrievedData

    PostBackEventHandler(String, Dictionary<String, Object>)

    Declaration
    public virtual void PostBackEventHandler(string EventName, Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.String EventName
    System.Collections.Generic.Dictionary<System.String, System.Object> args

    RaisePostBackEvent(String)

    Declaration
    public void RaisePostBackEvent(string EventArgument)
    Parameters
    Type Name Description
    System.String EventArgument

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer

    RenderContents(HtmlTextWriter)

    Declaration
    protected override void RenderContents(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer

    UpdateServerModel(Dictionary<String, Object>)

    Declaration
    public virtual void UpdateServerModel(Dictionary<string, object> ClientModel)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> ClientModel

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved