menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPrepareRenderCellEventArgs - WPF API Reference | Syncfusion

    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
    RowColumnIndex

    Style

    Gets or sets the cell style.

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

    See Also

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