menu

UWP

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

    Show / Hide Table of Contents

    Class GridQueryBaseStylesEventArgs

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    GridQueryBaseStylesEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved