ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / BoundSheetTagHelper Class
Properties Methods


In This Topic
    BoundSheetTagHelper Class Members
    In This Topic

    The following tables list the members exposed by BoundSheetTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Sheet.BoundSheet<T>.ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Sheet.Name. Sets the name of the sheet. (Inherited from C1.Web.Mvc.Sheet.TagHelpers.SheetTagHelper<BoundSheet<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.Sheet.Sheet.OnClientNameChanged client event. Occurs after the sheet name has changed. (Inherited from C1.Web.Mvc.Sheet.TagHelpers.SheetTagHelper<BoundSheet<object>>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Sheet.Visible. Sets the sheet visibility. (Inherited from C1.Web.Mvc.Sheet.TagHelpers.SheetTagHelper<BoundSheet<object>>)
    Public PropertyConfigurates the C1.Web.Mvc.Sheet.Sheet.OnClientVisibleChanged client event. Occurs after the visible of sheet has changed. (Inherited from C1.Web.Mvc.Sheet.TagHelpers.SheetTagHelper<BoundSheet<object>>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Gets the C1.Web.Mvc.Sheet.BoundSheet<T> instance.  
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Top
    See Also