Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActionEventArgs<T> - Blazor API Reference | Syncfusion Action. ">

    Show / Hide Table of Contents

    Class ActionEventArgs<T>

    Defines the event arguments of grid Action.

    Inheritance
    System.Object
    GridEventBaseArgs
    ActionEventArgs<T>
    Implements
    System.IEquatable<ActionEventArgs<T>>
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionEventArgs<T> : GridEventBaseArgs, IEquatable<ActionEventArgs<T>>
    Type Parameters
    Name Description
    T

    TValue of the grid component

    Constructors

    ActionEventArgs()

    Declaration
    public ActionEventArgs()

    Properties

    Action

    Defines the current action.

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    System.String

    Cancel

    Cancel the print action

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    ColumnName

    Defines the field name of the currently grouped columns.

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type Description
    System.String

    Columns

    Defines the collection of filtered columns.

    Declaration
    public List<PredicateModel<object>> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PredicateModel<System.Object>>

    CurrentFilteringColumn

    Defines the column name that is currently filtered.

    Declaration
    public string CurrentFilteringColumn { get; set; }
    Property Value
    Type Description
    System.String

    CurrentFilterObject

    Defines the object that is currently filtered.

    Declaration
    public PredicateModel<object> CurrentFilterObject { get; set; }
    Property Value
    Type Description
    PredicateModel<System.Object>

    CurrentPage

    Defines the current page number.

    Declaration
    public double CurrentPage { get; set; }
    Property Value
    Type Description
    System.Double

    Data

    Defines the record objects.

    Declaration
    public T Data { get; set; }
    Property Value
    Type Description
    T

    Direction

    Defines the direction of sort column.

    Declaration
    public SortDirection Direction { get; set; }
    Property Value
    Type Description
    SortDirection

    EditContext

    Defines the current EditContext instance.

    Declaration
    public EditContext EditContext { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.Forms.EditContext

    ExcelSearchOperator

    Defines the excel search operator

    Declaration
    public Operator ExcelSearchOperator { get; set; }
    Property Value
    Type Description
    Operator

    FilterChoiceCount

    Defines take number of data while Filtering

    Declaration
    public double FilterChoiceCount { get; set; }
    Property Value
    Type Description
    System.Double

    FilterOperators

    Defines the custom filter operators.

    Declaration
    public List<object> FilterOperators { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    ForeignKeyData

    Defines foreign data object.

    Declaration
    public IDictionary<string, IEnumerable<object>> ForeignKeyData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IEnumerable<System.Object>>

    Form

    Define the form element

    Declaration
    public DOM Form { get; set; }
    Property Value
    Type Description
    DOM

    FromColumns

    Defines the collection of columns to be moved.

    Declaration
    public List<GridColumn> FromColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GridColumn>

    Index

    Added row index

    Declaration
    public double Index { get; set; }
    Property Value
    Type Description
    System.Double

    MovableForm

    Define the movable table form element

    Declaration
    public DOM MovableForm { get; set; }
    Property Value
    Type Description
    DOM

    PreviousData

    Defines the previous data.

    Declaration
    public T PreviousData { get; set; }
    Property Value
    Type Description
    T

    PreviousPage

    Defines the previous page number.

    Declaration
    public double PreviousPage { get; set; }
    Property Value
    Type Description
    System.Double

    PrimaryKeys

    Defines the primary keys

    Declaration
    public string[] PrimaryKeys { get; set; }
    Property Value
    Type Description
    System.String[]

    PrimaryKeyValue

    Defines the primary key value

    Declaration
    public object PrimaryKeyValue { get; set; }
    Property Value
    Type Description
    System.Object

    RequestType

    Defines the current action.

    Declaration
    public Action RequestType { get; set; }
    Property Value
    Type Description
    Action

    Row

    Defines the added row.

    Declaration
    public DOM Row { get; set; }
    Property Value
    Type Description
    DOM

    RowData

    Defines the record objects.

    Declaration
    public T RowData { get; set; }
    Property Value
    Type Description
    T

    RowIndex

    Defines the edited rowIndex

    Declaration
    public double RowIndex { get; set; }
    Property Value
    Type Description
    System.Double

    SearchString

    Defines the string value to search.

    Declaration
    public string SearchString { get; set; }
    Property Value
    Type Description
    System.String

    SelectedRow

    Defines the selected row index.

    Declaration
    public double SelectedRow { get; set; }
    Property Value
    Type Description
    System.Double

    Target

    Defines the target for dialog

    Declaration
    public DOM Target { get; set; }
    Property Value
    Type Description
    DOM

    ToColumn

    Defines the destination column to place reordered columns

    Declaration
    public GridColumn ToColumn { get; set; }
    Property Value
    Type Description
    GridColumn

    Tr

    Defines the selected rows for delete.

    Declaration
    public List<DOM> Tr { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DOM>

    Type

    Defines the type of event.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Equals(ActionEventArgs<T>)

    Declaration
    public bool Equals(ActionEventArgs<T> actionEventArgs)
    Parameters
    Type Name Description
    ActionEventArgs<T> actionEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved