menu

WPF

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

    Show / Hide Table of Contents

    Class GridElement

    Represents the class to provide the common functionalities for GridCell and VirtualizingCellsControl.

    Inheritance
    System.Object
    GridElement
    GridCell
    VirtualizingCellsControl
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridElement : ContentControl

    Constructors

    GridElement()

    Declaration
    public GridElement()

    Fields

    AnimationOpacityProperty

    Declaration
    public static readonly DependencyProperty AnimationOpacityProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AnimationOpacity

    Gets or sets the value that animate the GridCell's content.

    Declaration
    public double AnimationOpacity { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved