Interface IRowElement
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public interface IRowElement
Properties
Element
Declaration
FrameworkElement Element { get; }
Property Value
Type |
Windows.UI.Xaml.FrameworkElement |
Index
Declaration
Property Value
IsEnsured
Declaration
bool IsEnsured { get; set; }
Property Value
IsVisible
Declaration
bool IsVisible { get; set; }
Property Value
Region
Declaration
ScrollAxisRegion Region { get; set; }
Property Value
Methods
EnsureColumns()
Declaration
GenerateVisibleCells()
Declaration
void GenerateVisibleCells()
UpdateCells()
Declaration
Extension Methods