Class GridDataGroupDropAreaGridImpl
Inheritance
System.Object
GridDataGroupDropAreaGridImpl
Implements
System.Windows.Controls.Primitives.IScrollInfo
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataGroupDropAreaGridImpl : GridControlBase, IScrollBarProvider, IScrollInfo, IDisposable, IGridPrintPaginator
Constructors
GridDataGroupDropAreaGridImpl()
Initializes a new instance of the GridDataGroupDropAreaGridImpl class.
Declaration
public GridDataGroupDropAreaGridImpl()
Properties
Model
Gets or sets the model.
Declaration
public GridDataGroupDropAreaModel Model { get; set; }
Property Value
Type | Description |
---|---|
GridDataGroupDropAreaModel | The model. |
Methods
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
public override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
|
Overrides
OnQueryColumnWidths(GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs)
Raises the QueryColumnWidths event.
Declaration
protected virtual void OnQueryColumnWidths(GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs | args | The GridDataGroupDropAreaGridImpl.GridDataColumnWidthsEventArgs instance containing the event data. |
Refresh()
Refreshes this instance.
Declaration
public void Refresh()
UnwireModel()
Unwires the model.
Declaration
protected override void UnwireModel()
Overrides
WireModel()
Wires the model.
Declaration
protected override void WireModel()
Overrides
Implements
System.Windows.Controls.Primitives.IScrollInfo
System.IDisposable