Class GridElement
Represents the class to provide the common functionalities for GridCell and 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 |