Aspx summary item devexpress. Whether using WPF, ASP.
Aspx summary item devexpress. Web > ASPxSummaryItemCollection > Members.
Aspx summary item devexpress The first one displays a median calculated against summary values, DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Docs > . Group summary items are stored within a View’s GridView. For example, you can display the number of records or the maximum value. com. Aug 09, 2021; The Bootstrap Card View control allows you to display a summary, i. Grid Views allow you to display total summaries. Developer documentation for all DevExpress products. All DevExpress web resources Docs > . batchEditApi. These are aggregate function values calculated over all records within the View and displayed within the view footer Example: Creating Total and Group Summaries in Markup. Text; gs. GetGroupSummaryValues method. FieldName = txtSelectedColumn. This collection is returned when reading the Collection property of a footer summary item. FieldName property. you are allowed to obtain the primary information on an item (such as its ASPxClientLayoutItem. To obtain group summary values, use the View’s GridView. Filter table of contents Clear search input Full-text search. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization Developer documentation for all DevExpress products. The Card View control stores its total summary items in the TotalSummary collection. To display group summaries, enable the TreeListSettings. The following example illustrates how to customize the summary item depending on the summary type. SummaryItem. GroupSummary collection. Web > ASPxGridView > Properties > SummaryText. The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Item property. Total summaries are aggregate function values calculated against all columns within ASPxVerticalGrid, and displayed in the summary panel, provided that the Settings. Menu ASP. GetGroupSummaryValue method to obtain the required summary item’s value calculated against the specified group of Having some issue trying to update an aspxgridview total summary column via the client side based on the sum of the values in that column. In the following example, the grid highlights the “Total” column’s summaries with a green color when their values change or with a red color when their values exceed 1,300,000. The summary pattern can include static text plus predefined indexed placeholders. So, the UpdateSummary member must not be invoked for these Views. The image below illustrates summary values displayed within group rows and group footers. totalItems array. In this example, the DevExpress ASP. Custom and use GridView. You need to change GridColumn. name, ASPxClientLayoutItem. If a single row is selected, calculate a summary against all rows. This is a dependency property. Web > ASPxGridView > Properties > TotalSummary. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time Remarks. SummaryDisplayText delegate method to define custom texts for group and total summaries displayed within the GridView. Handle the Use the DisplayFormat property to format the summary display text. parent, and DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. ‘{0}’ - the placeholder for the summary value. Inherited from SummaryItemBase. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Group summaries are displayed within group rows when data grouping is applied. GridColumnSummaryItem(DevExpress. The UpdateSummary member can only be used with Views that display real data within the Grid Control. ShowInColumn DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Add a summary configuration object to the summary. GetTotalSummaryValue(0); // See Also ASPxClientGridViewBatchEditApi Class Developer documentation for all DevExpress products. Represents a summary item. Web > ASPxDataView > Events > ItemCommand. Each item in the collection is an instance of the ASPxCardViewSummaryItem class. SummaryType property to SummaryItemType. All docs It enables you to customize an individual summary item’s settings and then copy them to other summary item objects. To specify the group summary items location, the ASPxSummaryItem. Detail pattern Views do not contain data and they are never displayed within XtraGrid. ShowSummaryPanel property is set to true. ' Handle this event to calculate summary values manually Dim sum As Double = 0 AddHandler gridView. If you need to implement a custom format, Follow the steps below to implement a custom summary: Create a summary item and set its ASPxSummaryItemBase. ShowFooter property is set to true. It will be used to identify the summary item within the calculateCustomSummary function in the next step. The DXGrid allows you to display concise information about groups of rows or individual data columns. Selection: Calculate a summary against the selection. That's why you need to calculate your sum in The DevExpress ASP. DevExpress ASP. Web > ASPxGridView > Properties > GroupSummary. How to: Calculate Multiple Custom Totals with Custom Summary Type. Specifies the aggregate func Format Summary Value. The Bootstrap Card View supports total summaries that are calculated over all the cards and are displayed within the Summary Panel. For detailed information and examples, see Data Summaries. Web > ASPxSummaryItemCollection > Properties All docs DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Add(gs); Developer documentation for all DevExpress products. groupItems array with summary configuration objects. Summary items are represented by the ASPxSummaryItemCollection objects and are stored within the GroupSummary collection. The main idea is to create summary item which shows the minimum or maximum value of Country column inside City group and sort City group by this summary values. ASPxGridView stores its Docs > . NET Framework API Reference > DevExpress. DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization Declaration declare class ASPxClientSummaryItemType Remarks. In this tutorial, you will learn how to add custom text to summary values, what kind of value formatting is applied to summaries by default, how to change numeric value formatting using Here is workaround, based on this example. Limitation. Summaries are . ASPxSummaryItemBase. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization Docs > . format specifier - specifies the summary value format. Web > ASPxCardViewSummaryItem. function OnClick(s, e) { var summaryValue = grid. The image below shows the result: Docs > . This method requires a group row handle as the parameter, since group summaries are calculated for each group. Total summaries are aggregate function values calculated against all rows in the ASPxGridView, and displayed in the grid footer, provided that the Settings. SummaryItem property values. tag: Object: An object used to identify the summary item. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest Total Summary. The actual type of returned object depends upon the control and summary type you use. Calculate a summary against all rows. Summary text consists of a summary label that displays an aggregate function name and a summary’s calculated value. You must specify the following two summary item properties: FieldName 1. In server mode, a summary cannot be calculated for an unbound column if its values are calculated in the CustomUnboundColumnData event. You could add a summary item in c# code and change the field name in every postback. DisplayFormat property. Support Services Install Trial Version Install Registered Products NuGet Packages Install Whether using WPF, ASP. The number of items within the collection matches the number of columns within the View. This sample demonstrates how to use the GridViewSettings. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization All DevExpress web resources Docs > . The summaryType property allows you to get the ASPxClientSummaryItemType object values to identify the type of the processed summary item in the BatchEditSummaryDisplayText event handler. for footer summary ASPxSummaryItem gs = new ASPxSummaryItem(); gs. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information Docs > . If the value is over 0 then the colour should be green, if it is belo Buy Support DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. If 2 or more rows are selected, calculate the summary against To distinguish between groups, the event arguments class provides the SummaryProcess property. Sum; this. Custom and handle the CustomSummaryCalculate event. Remarks. A summary item that calculates an average length; utilizes a custom {0:#. Thus, you should typecast to access the summary item’s specific settings. Total summaries are displayed within footer cells if the ASPxGridViewSettings. For instance, you can The ASPxGridView control maintains summaries as objects of the ASPxSummaryItemclass. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time Custom Summary. This Docs > . The GetGroupSummaryDisplayText method formats the summary’s value according to the summary item’s format specified by the GridSummaryItem. Implement DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. The {0} format item is the placeholder You need to change GridColumn. Custom Summaries topic for additional DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Web > ASPxGridBase > Events > CustomSummaryCalculate. Description: I currently have a summary count of all the entries in a particular column (i. Collection elements are GridColumn. A string value specifying the summary value’s display format. GridSummaryItem[] { new DevExpress. Filter table of contents Clear search input Full-text search Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company The DevExpress ASP. NET Card View (ASPxCardView) is a powerful data shaping control that includes a variety of data summary calculation options. Please refer to the Working with Summaries in Code. Predefined Display Formats. The ASPxGridView allows you to display brief information about groups of rows or individual data columns. Using them, you will be able to calculate the resulting summary value. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. XtraGrid. To configure group summaries, populate the summary. , brief information about data columns. Web > ASPxSummaryItem > Constructors > ASPxSummaryItem(String, SummaryItemType) All docs V 24. The number of data rows; The maximum and minimum values; The sum and the average value; The ASPxGridBase. #} display format. NET Vertical Grid (ASPxVerticalGrid) is a powerful data shaping control that includes a variety of data summary calculation options. Sum, "CostPrice", "SUM={0:n2}")}); there is code, how put the default summary (SUM), but when Docs > . Hi, I have a summary total which I would like to format the colour of. Total Summary; Group Summary; Custom Summary; Client Summary Calculation; Total Summary The Grid View control supports both total and group summaries. So, you should use this event handler to manually calculate GroupSummary[RISK_EUR], GroupSummary[IPOTEK] and GroupSummary[MV_BERND] values. ASPxGridView1. FieldName="Length" Then Dim item As GridSummaryItem = Gets or sets a column field name under which the summary item is displayed in the group footers. Use the SummaryType property to specify the type of aggregate function used to calculate the summary value. The grid stores its total summary items within the GridControl. ShowGroupFooter option. So, the GetGroupSummaryValue member must not be invoked for these Views. 1. This collection provides methods and properties that allow you to add, remove and access summary items. Developer The server-side DisplayFormat property of the ASPxSummaryItem accepts the standard literal and numeric format strings only. May 15, 2023; 2 minutes to read; The total summary calculates the value of an aggregate function for all data rows displayed within the ASpxGridView. This is called a summary. NET Subscriptions and are backed by a 60 day unconditional money-back guarantee. In this example, two Custom Totals are implemented for the Category Name field. SummaryType = DevExpress. The DevExpress ASP. GetGroupSummaryValue method. Each object should specify a column that supplies data for summary calculation and a summaryType —an aggregate function that should be applied to this data. groupItems or summary. The summary value pattern can include static Both summary types are represented by a ASPxSummaryItem object. Obtain Group Summary Value. The grid has the following predefined display formats for summaries: ‘Aggregate function’ = {0} - for summaries that are shown in the same column in which the values are calculated. See Also. The following predefined aggregate functions are available: sum; minimum value; maximum value; average value; the number of records. Chat Now Buy Support Center Documentation Blogs Training Demos Free Trial Log In. NET Track Bar (ASPxTrackBar) allows you to display custom items instead of automatically generated scale marks. The ASPxGridView stores its total summary this. ; precision specifier - the number of digits after the decimal point. NET GridView (ASPxGridView) allows you to recalculate total and group summaries on the client in batch edit mode. To show total summaries, turn on the TreeListSettings. For this BeforeColumnSortingGrouping event is used to change the sorting behavior. . NET Web Forms Controls. For example, you can display the number of records, or maximum value, etc. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time possible. Templates can be defined for different elements of the built-in grid such as data rows and data cells. This sample illustrates how to calculate the total summary value based on values of other summaries. A total summary represents the value of an aggregate function calculated over all rows within the grid and is displayed within the grid footer, provided that the Settings. NET distribution. NET Grid Lookup (ASPxGridLookup) control includes many of the powerful data representation features of the ASPxGridView, including support for templates. Refer to the Working with Summaries in Hi, I have three group summaries in my gridview I can set the bold for all of the three summaries using this Buy Support Center Documentation Blogs Training DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS A summary item that displays total record count; does not require setting the GridSummaryItem. But you cannot obtain information about selected rows in GridView. The summary get changes on each callback made by the combobox. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Specify the ValueDisplayFormat property to format the calculated summary value for display purposes. ASP. Web > ASPxValidationSummary > Methods. Specify the summary's name. Mixed: Mixed mode. Summary. Example. CustomSummaryCalculate, Sub(sender, e) Dim view As GridView = TryCast(sender, GridView) If e. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization Disclaimer: The information provided on DevExpress. ShowFooter option. Tag: Gets or sets custom data associated with the summary item. Note. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. TotalSummary. Dec 17, 2020; 9 minutes to read; The following example demonstrates how to calculate and display multiple Custom Totals for a field. This demo illustrates how the layout of the editor's list items can be modified by creating a template for Dears, i want to create custom summary type in grid, I need to calculate sum for item price for each Item user make QTY > 0 for it <dx:ASPx Buy Support Center Documentation Blogs Training Demos Free Trial Log In DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Hi, I have two summary group items in my grid. Hi, Need help, i have Problem with mutiple footer summary value, percentage current year and last year i already use Visual Studio, Delphi, HTML5 or iOS & Android development. A group summary’s value for a specific data group can be retrieved via the GridView. SummaryItemType. Skip to main content. NET Grid View (ASPxGridView) is grouped against the Country and City columns. In this demo, the summary for the budget of selected departments is Remarks. Web > ASPxSummaryItem > Members. Use the following methods to access these Views with which All demos ship with full source code and are included in the DevExpress ASP. colCostPrice. The ASPxGridView stores its total summary DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. g. CustomSummaryCalculate event allows you to implement a custom summary. Refer to the Demos and Sample Applications topic to learn more. Menu WinForms Controls. Group summary items are stored within the ASPxGridView. NET Support and Migration DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Specifies the name of a data source field whose values are used for summary calculation. The built-in aggregate functions include: Min, Max, Avg, DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. how can I format it differently? This is how it looks Unit: Dispute Resolution (Count=10, Su DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. Web > ASPxValidationSummary. Web > ASPxDataView > Properties > Items All docs DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. All docs V 24. Related GitHub Examples. Item, GridSummaryItem)). This value is assigned to the GridSummaryItem. // The GetTotalSummaryValue method get a summary's index as a parameter. Set the object's summaryType to "custom". SummaryType: Gets or sets the aggregate function type. The display format rule syntax is: <custom text>{0<:format specifier<precision specifier>>}<custom text> custom text - any custom string displayed before and after the summary value. Handle the BatchEditSummaryDisplayText client-side event to provide custom content and appearance on the summaries. Web > ASPxCardView > Methods > GetTotalSummaryValue(ASPxCardViewSummaryItem) All docs V 24. GetTotalFooterDisplayText method to obtain the total summary item’s display text. Custom. The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowInGroupColumnFooter property. 2. G Visual Studio, Delphi, HTML5 or iOS & Android development. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. The CustomSummaryCalculate event fires for each node displayed within the ASPxTreeList. Total summaries are aggregate function values calculated against all cards within ASPxCardView, and displayed in the summary panel, provided that the Settings. On EndCallback I wan Visual Studio, Delphi, HTML5 or iOS & Android development. ShowInColumn and I am dynamically creating columns and summary items to a grid view using the code below. Group Summaries are computed for Unit Price (Sum) along with the total count of all rows within the data group. Properties introduced by these objects represent the sort order, summary item used to calculate summary values, etc. A summary item with a custom aggregate function. Here is example: <dx:ASPxGridView Docs > . If you need to calculate a summary value using an aggregate function not included in the predefined set, set the summary item’s TreeListSummaryItem. Use the ASPxGridView. But You can customize the total summary as you wish based on recommendations from the ASPxGridView - How to customize GroupSummary and TotalSummary rendering via The ASPxGridView stores its total summary items, which are instances of the ASPxSummaryItem class, in the TotalSummary collection. NET Grid View (ASPxGridView) is a powerful data shaping control that includes a variety of data summary calculation options. Tag property. Implement Data Summaries. Web > ASPxVerticalGridSummaryItem. Web > ASPxSummaryItem > Properties > ShowInColumn. To sort group rows by summary value, create a new ASPxGroupSummarySortInfo object and add it to the ASPxGridView's GroupSummarySortInfo collection using the Disclaimer: The information provided on DevExpress. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization Hi, How should I get the ASPxSummaryItem in client side. NET, WinForms, HTML5 or Windows 10, DevExpress tools help you build and deliver your best in the shortest time possible All demos ship with full source code and are included in the DevExpress ASP. Two summary types are supported: Total Summary and Group Summary. Web > ASPxSummaryItemCollection > Members. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization The DevExpress ASP. CustomSummaryCalculate event to set the value of summary. Example: Max: 130 <aggregate function> of <column caption>: <summary value> Calculate summaries against nodes that meet specific criteria; Involve multiple data fields in calculations; Implement complex summary functions; To calculate summaries manually, set the summary item's SummaryType property to Custom, and handle the CustomSummaryCalculate event. Populate the Items collection to activate the display mode of the ASPxTrackBar items. Total summaries are instances of the ASPxSummaryItem objects. total number of records) Visual Studio, Delphi, HTML5 or iOS & Android development. TotalSummary collection. CustomSummaryCalculate event. e. Use the ASPxSummaryItem. Support Services Install Trial Version Install Registered Products NuGet Packages Install Updates Security Information UI Localization Remarks. SummaryType 1. General Information. The GetGroupSummaryValue member can only be used with Views that display real data within the Grid Control. The summary item is not being displayed. Support Services Install Trial Version Install Registered Products NuGet Packages Install The Grid creates display text for a summary item based on the following predefined display formats: <aggregate function>: <summary value> For the COUNT summary and summaries that are shown in the same column where the values are calculated. Jun 16, 2022; 3 minutes to read; Total summaries and group summaries include five predefined aggregate functions that allow you to calculate:. com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. We are here to help. Calculate the resulting value in the calculateCustomSummary function. IsTotalSummary AndAlso (TryCast(e. Use the following methods to access these Views with which an end user This property is in effect for total summary items only. ShowFooter option is enabled. Jul 02, 2024; 3 minutes to read; This walkthrough is a transcript of the Format Summary Text video available on the DevExpress YouTube Channel. This example shows how to create data summaries in code. e. These properties are read-only and initialized by the constructor. Whether using WPF, ASP. Web > ASPxGridView > Events > SummaryDisplayText. Should you have any questions or need assistance from a member of our team, write to us at info@devexpress. NET Controls and Libraries ship as part of DevExpress Universal, DXperience and ASP. The code sample below demonstrates how you can specify group and total summaries. ShowFooter option Group Summaries are the value of an aggregate function calculated across all data rows within a group. GridSummaryItem Class Summary Total summaries are aggregate function values calculated against all cards within the Card View and displayed in the summary panel when the Settings. I see two different solutions: 1) implement the data management manually: a) sort data by the pseudo group column; b) browse through the sorted data list, calculate the summary values manually and finally show this value; Note. I can ri DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, Delphi, HTML5 or iOS & Android development. In this demo, the control's HighlightSummaryItems property value is set to true and the grid colors summary items when their values are changed. Data. AddRange(new DevExpress. Tutorial: Format Summary Text.
wtnxs dek gttlox einyq udlx qkij klvcx agvu cdrmg xpykvvor
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}