Class GridDataGroupDropAreaModel
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataGroupDropAreaModel : GridModel, IGridVolatileCellStylesHost, IOperationFeedbackProvider, IDisposable, IGridDataGroupDropAreaModel
Constructors
GridDataGroupDropAreaModel(GridDataTableModel)
Initializes a new instance of the GridDataGroupDropAreaModel class.
Declaration
public GridDataGroupDropAreaModel(GridDataTableModel tableModel)
Parameters
Type | Name | Description |
---|---|---|
GridDataTableModel | tableModel | The table model. |
Fields
OffsetColumn
Declaration
public const int OffsetColumn = 4
Field Value
Type |
---|
System.Int32 |
Properties
GroupDropAreaText
Gets or sets the group drop area text.
Declaration
public string GroupDropAreaText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The group drop area text. |
Table
Gets the table.
Declaration
public GridDataTable Table { get; }
Property Value
Type | Description |
---|---|
GridDataTable | The table. |
TableModel
Gets the table model.
Declaration
public GridDataTableModel TableModel { get; }
Property Value
Type | Description |
---|---|
GridDataTableModel | The table model. |
TableProperties
Gets the table properties.
Declaration
public GridDataTableProperties TableProperties { get; }
Property Value
Type | Description |
---|---|
GridDataTableProperties | The table properties. |
Methods
ColIndexToField(Int32)
Cols the index to field.
Declaration
public int ColIndexToField(int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colIndex | Index of the col. |
Returns
Type |
---|
System.Int32 |
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
|
Overrides
IsHeaderColIndex(Int32)
Determines whether [is header col index] [the specified col index].
Declaration
public bool IsHeaderColIndex(int colIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colIndex | Index of the col. |
Returns
Type | Description |
---|---|
System.Boolean |
|
OnQueryCellInfo(GridQueryCellInfoEventArgs)
Raises the QueryCellInfo event.
Declaration
protected override void OnQueryCellInfo(GridQueryCellInfoEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridQueryCellInfoEventArgs | e | The GridQueryCellInfoEventArgs instance containing the event data. |
Overrides
OnQueryCoveredRange(GridQueryCoveredRangeEventArgs)
Raises the QueryCoveredRange event.
Declaration
protected override void OnQueryCoveredRange(GridQueryCoveredRangeEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
GridQueryCoveredRangeEventArgs | e | The GridQueryCoveredRangeEventArgs instance containing the event data. |
Overrides
ResolvePositionToVisibleColumnIndex(Int32)
Resolves the index of the position to visible column.
Declaration
public int ResolvePositionToVisibleColumnIndex(int colIdx)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colIdx | The col idx. |
Returns
Type |
---|
System.Int32 |
ResolveVisibleColumnIndexToPosition(Int32)
Resolves the visible column index to position.
Declaration
public int ResolveVisibleColumnIndexToPosition(int colIdx)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colIdx | The col idx. |
Returns
Type |
---|
System.Int32 |