menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomCountEventArgs - API Reference

    Show / Hide Table of Contents

    Class CustomCountEventArgs

    Represents the class that provides data for the QueryCustomCount and QueryVisibleCustomCount events that occur when the custom counter value for a record is queried.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    CustomCountEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class CustomCountEventArgs : SyncfusionEventArgs
    Remarks

    See the Grid.Grouping\Samples\CustomSummary. example.

    Constructors

    CustomCountEventArgs(Record, Double)

    Initializes a new instance of the CustomCountEventArgs class.

    Declaration
    public CustomCountEventArgs(Record record, double customCount)
    Parameters
    Type Name Description
    Record record

    The record for which the custom counter value should be returned.

    System.Double customCount

    The default value for the custom counter value.

    Properties

    CustomCount

    Gets or sets the custom counter value.

    Declaration
    [TraceProperty(true)]
    public double CustomCount { get; set; }
    Property Value
    Type Description
    System.Double

    Record

    Gets the record for which the custom counter value should be returned.

    Declaration
    [TraceProperty(true)]
    public Record Record { get; }
    Property Value
    Type Description
    Record
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved