Interface IRowElement
Provides the common functionalities of Rows in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public interface IRowElement : IElement, INotifyPropertyChanged, IComparable
Properties
ArrangeRect
Gets or sets the ArrangeRect.
Declaration
Rect ArrangeRect { get; set; }
Property Value
Type |
---|
Windows.Foundation.Rect |
IsCurrentRow
Gets or sets a value indicating whether is it current row or not.
Declaration
bool IsCurrentRow { get; set; }
Property Value
Type |
---|
System.Boolean |
IsFixedRow
Gets the value indicating whether the row is fixed or not.
Declaration
bool IsFixedRow { get; }
Property Value
Type |
---|
System.Boolean |
IsSpannedRow
Gets or sets a value indicating whether the row is spanned or not.
Declaration
bool IsSpannedRow { get; }
Property Value
Type |
---|
System.Boolean |
Level
Gets the level.
Declaration
int Level { get; }
Property Value
Type |
---|
System.Int32 |
RowRegion
Gets the Row region.
Declaration
RowRegion RowRegion { get; }
Property Value
Type |
---|
RowRegion |
RowType
Gets the Row type.
Declaration
RowType RowType { get; }
Property Value
Type |
---|
RowType |
Methods
ArrangeElement(Rect)
Positions child objects and determines a size for a UIElement.
Declaration
void ArrangeElement(Rect rect)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Rect | rect | The corresponding rectangle |
MeasureElement(Size)
Updates the DesiredSize of a UIElement.
Declaration
void MeasureElement(Size size)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | size | The corresponding size. |