WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridQueryBaseStylesEventArgs

    Show / Hide Table of Contents

    Class GridQueryBaseStylesEventArgs

    Provides the event argument values for QueryBaseStyles event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridQueryBaseStylesEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    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.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridQueryBaseStylesEventArgs : SyncfusionHandledEventArgs

    Constructors

    GridQueryBaseStylesEventArgs(RowColumnIndex, GridStyleInfo)

    Initializes a new GridQueryBaseStylesEventArgs.

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

    Cell row and column index.

    GridStyleInfo style

    Cell style.

    Properties

    BaseStyles

    Gets the base styles for the grid.

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

    Cell

    The cell row column index.

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

    Style

    The cell style.

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