Interface IRowElement
Inherited Members
System.IComparable.CompareTo(System.Object)
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
[ClassReference(IsReviewed = false)]
public interface IRowElement : IElement, INotifyPropertyChanged, IComparable
Properties
ArrangeRect
Declaration
Rect ArrangeRect { get; set; }
Property Value
Type |
Description |
System.Windows.Rect |
|
IsCurrentRow
Declaration
bool IsCurrentRow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFixedRow
Declaration
Property Value
Type |
Description |
System.Boolean |
|
IsSpannedRow
Declaration
bool IsSpannedRow { get; }
Property Value
Type |
Description |
System.Boolean |
|
Level
Declaration
Property Value
Type |
Description |
System.Int32 |
|
RowRegion
Declaration
RowRegion RowRegion { get; }
Property Value
RowType
Declaration
Property Value
Methods
ArrangeElement(Rect)
Declaration
void ArrangeElement(Rect rect)
Parameters
Type |
Name |
Description |
System.Windows.Rect |
rect |
|
MeasureElement(Size)
Declaration
void MeasureElement(Size size)
Parameters
Type |
Name |
Description |
System.Windows.Size |
size |
|