menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CommonControl

    Inheritance
    System.Object
    CommonControl
    Accordion
    AccordionItem
    Barcode
    Button
    Captcha
    CheckBox
    CircularGauge
    ColorPicker
    DatePicker
    DateRangePicker
    DateTimePicker
    Dialog
    DigitalGauge
    DropDownListItem
    FileExplorer
    LinearGauge
    MaskEdit
    NavigationDrawer
    NavigationDrawerItems
    NumericTextBox
    Overview
    Pager
    PivotChart
    PivotClient
    PivotGauge
    PivotGrid
    PivotPager
    PivotSchemaDesigner
    PivotTreeMap
    ProgressBar
    RadialMenu
    RadialMenuBadgeItems
    RadialMenuItems
    RadialSlider
    RadioButton
    Rating
    Ribbon
    RTE
    Scroller
    Signature
    Slider
    SplitButton
    SplitPane
    Splitter
    SymbolPalette
    Tab
    TabItem
    Tile
    TimePicker
    ToggleButton
    Tooltip
    UploadBox
    WaitingPopup
    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 CommonControl : Control, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    CommonControl()

    Declaration
    protected CommonControl()

    Methods

    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

    OnInit(EventArgs)

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

    OnLoad(EventArgs)

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

    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

    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