Class DashboardGrid
- Namespace
- InSite.UI.Admin.Reports.Dashboards
- Assembly
- InSite.UI.dll
public class DashboardGrid : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
DashboardGrid
- Implements
- Inherited Members
Constructors
DashboardGrid()
public DashboardGrid()
Fields
MyClear
MyClear control.
protected LinkButton MyClear
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MyCount
MyCount control.
protected HtmlGenericControl MyCount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MyDownload
MyDownload control.
protected LinkButton MyDownload
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MyDownloadRaw
MyDownloadRaw control.
protected LinkButton MyDownloadRaw
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MyGrid
MyGrid control.
protected GridView MyGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MyHeading
MyHeading control.
protected HtmlGenericControl MyHeading
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MyStatus
MyStatus control.
protected Alert MyStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
Criteria
public Dictionary<string, DashboardGrid.Criterion> Criteria { get; }
Property Value
HasData
public bool HasData { get; set; }
Property Value
Methods
BindModel(DashboardQuery)
public void BindModel(DashboardQuery query)
Parameters
queryDashboardQuery
MyGrid_RowCreated(object, GridViewRowEventArgs)
protected void MyGrid_RowCreated(object sender, GridViewRowEventArgs e)
Parameters
senderobjecteGridViewRowEventArgs
OnInit(EventArgs)
protected override void OnInit(EventArgs e)