Reconfigure for GIT
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
||||
<%@ Register Assembly="DevExpress.Web.ASPxPivotGrid.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxPivotGrid" TagPrefix="dxwpg" %>
|
||||
<%@ Register Assembly="DevExpress.PivotGrid.v15.2.Core, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.XtraPivotGrid" TagPrefix="temp" %>
|
||||
<dxwpg:ASPxPivotGrid runat="server">
|
||||
<Images SpriteCssFilePath="~/App_Themes/Office2010Blue/{0}/sprite.css">
|
||||
<LoadingPanel Url="~/App_Themes/Office2010Blue/PivotGrid/Loading.gif" />
|
||||
<CustomizationFieldsBackground Url="~/App_Themes/Office2010Blue/PivotGrid/pcHBack.png" />
|
||||
</Images>
|
||||
<OptionsPager CurrentPageNumberFormat="{0}" />
|
||||
<Styles CssFilePath="~/App_Themes/Office2010Blue/{0}/styles.css" CssPostfix="Office2010Blue">
|
||||
<LoadingPanel ImageSpacing="5" />
|
||||
</Styles>
|
||||
<StylesEditors ButtonEditCellSpacing="0" />
|
||||
<StylesPager>
|
||||
<PageNumber ForeColor="#3e4846" />
|
||||
<Summary ForeColor="#1e395b" />
|
||||
</StylesPager>
|
||||
</dxwpg:ASPxPivotGrid>
|
||||
Reference in New Issue
Block a user