WPF

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

    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 Description
    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 Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved