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


In This Topic
    AutoGridLayoutTagHelper Class Members
    In This Topic

    The following tables list the members exposed by AutoGridLayoutTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.GridLayout.CellSize. Sets the size of the cell in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.TagHelpers.GridLayoutTagHelper<AutoGridLayout>)
    Public PropertyConfigurates C1.Web.Mvc.GridLayout.CellSpacing. Sets the spacing of the cell in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.TagHelpers.GridLayoutTagHelper<AutoGridLayout>)
    Public PropertyConfigurates C1.Web.Mvc.GridLayout.GroupSpacing. Sets the spacing of the group in the grid layout. It is in pixels. (Inherited from C1.Web.Mvc.TagHelpers.GridLayoutTagHelper<AutoGridLayout>)
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Sets the id of the service. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public PropertyConfigurates CollectionViewService<T>.IsTemplate. Sets a boolean value which indicates whether transfer this C1.Web.Mvc.CollectionViewService<T> to template mode. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.GridLayout.MaxRowsOrColumns. Sets the maximum number of the row count or the column count. (Inherited from C1.Web.Mvc.TagHelpers.GridLayoutTagHelper<AutoGridLayout>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.GridLayout.Orientation. Sets the layout orientation. (Inherited from C1.Web.Mvc.TagHelpers.GridLayoutTagHelper<AutoGridLayout>)
    Public PropertyConfigurates CollectionViewService<T>.TemplateBindings. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    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.LayoutBaseTagHelper<TControl>)
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<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.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the TControl instance. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Protected MethodUpdates the sub-property specified by its name and value. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<TControl>)
    Top
    See Also