Class CellBordersPanel
Inheritance
System.Object
CellBordersPanel
Implements
System.IDisposable
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class CellBordersPanel : ScrollableChildFrame, IDisposable
Constructors
CellBordersPanel(String)
Declaration
public CellBordersPanel(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
Overrides
Dispose(Boolean)
Dispose the live instances.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Overrides
Implements
System.IDisposable
Extension Methods