menu

WPF

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

    Show / Hide Table of Contents

    Class GridQueryBaseStylesEventArgs

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridQueryBaseStylesEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public sealed class GridQueryBaseStylesEventArgs : GridHandledEventArgs

    Constructors

    GridQueryBaseStylesEventArgs(RowColumnIndex, GridStyleInfo)

    Declaration
    public GridQueryBaseStylesEventArgs(RowColumnIndex cell, GridStyleInfo style)
    Parameters
    Type Name Description
    RowColumnIndex cell
    GridStyleInfo style

    Properties

    BaseStyles

    Declaration
    public List<GridStyleInfo> BaseStyles { get; }
    Property Value
    Type
    System.Collections.Generic.List<GridStyleInfo>

    Cell

    Declaration
    public RowColumnIndex Cell { get; }
    Property Value
    Type
    RowColumnIndex

    Style

    Declaration
    public GridStyleInfo Style { get; }
    Property Value
    Type
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved