WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPrepareRenderCellEventArgs - WPF API Reference | Syncfusion PrepareRenderCell event. ">

    Show / Hide Table of Contents

    Class GridPrepareRenderCellEventArgs

    Holds the event argument values for PrepareRenderCell event.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridPrepareRenderCellEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridPrepareRenderCellEventArgs : SyncfusionRoutedEventArgs

    Constructors

    GridPrepareRenderCellEventArgs(RowColumnIndex, GridStyleInfo, RoutedEvent, Object)

    Initializes a new GridPrepareRenderCellEventArgs.

    Declaration
    public GridPrepareRenderCellEventArgs(RowColumnIndex cell, GridStyleInfo style, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    RowColumnIndex cell

    Cell row column index.

    GridStyleInfo style

    Cell style.

    System.Windows.RoutedEvent routedEvent

    Routed event.

    System.Object source

    Event source.

    Properties

    Cell

    Gets the cell as RowColumnIndex.

    Declaration
    [TraceProperty(true)]
    public RowColumnIndex Cell { get; }
    Property Value
    Type Description
    RowColumnIndex

    Style

    Gets or sets the cell style.

    Declaration
    [TraceProperty(true)]
    public GridStyleInfo Style { get; set; }
    Property Value
    Type Description
    GridStyleInfo

    See Also

    GridPrepareRenderCellEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved