Class OrientedCellsPanel
Inheritance
System.Object
OrientedCellsPanel
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
[ClassReference(IsReviewed = false)]
public class OrientedCellsPanel : Panel, IDisposable
Constructors
OrientedCellsPanel()
Declaration
public OrientedCellsPanel()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize |
Returns
Type | Description |
---|---|
System.Windows.Size |
Dispose()
Disposes all the resources used by the GridHeaderCellControl class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the OrientedCellsPanel class.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize |
Returns
Type | Description |
---|---|
System.Windows.Size |
OnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext dc)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc |
Implements
System.IDisposable