Class GridDataTableStyleInfoIdentity
Inheritance
System.Object
GridDataTableStyleInfoIdentity
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataTableStyleInfoIdentity : GridStyleInfoIdentity, IDisposable
Constructors
GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, RowColumnIndex)
Declaration
public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, RowColumnIndex pos)
Parameters
| Type | Name | Description |
|---|---|---|
| GridDataVolatileCellStyles | data | |
| RowColumnIndex | pos |
GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, RowColumnIndex, Boolean)
Declaration
public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, RowColumnIndex pos, bool offline)
Parameters
| Type | Name | Description |
|---|---|---|
| GridDataVolatileCellStyles | data | |
| RowColumnIndex | pos | |
| System.Boolean | offline |
GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, Int32, Int32)
Declaration
public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, int rowIndex, int colIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| GridDataVolatileCellStyles | data | |
| System.Int32 | rowIndex | |
| System.Int32 | colIndex |
GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles, Int32, Int32, Boolean)
Declaration
public GridDataTableStyleInfoIdentity(GridDataVolatileCellStyles data, int rowIndex, int colIndex, bool offline)
Parameters
| Type | Name | Description |
|---|---|---|
| GridDataVolatileCellStyles | data | |
| System.Int32 | rowIndex | |
| System.Int32 | colIndex | |
| System.Boolean | offline |
Properties
Column
Gets the visible column.
Declaration
public GridDataVisibleColumn Column { get; }
Property Value
| Type | Description |
|---|---|
| GridDataVisibleColumn | The column. |
Data
Declaration
public GridDataVolatileCellStyles Data { get; }
Property Value
| Type |
|---|
| GridDataVolatileCellStyles |
GridModel
Gets the grid model.
Declaration
public GridDataTableModel GridModel { get; }
Property Value
| Type |
|---|
| GridDataTableModel |
Group
Gets the group.
Declaration
public Group Group { get; }
Property Value
| Type | Description |
|---|---|
| Syncfusion.Windows.Data.Group | The group. |
Record
Gets the record.
Declaration
public object Record { get; }
Property Value
| Type | Description |
|---|---|
| System.Object | The record. |
RecordEntry
Gets the record entry.
Declaration
public GridDataRecord RecordEntry { get; }
Property Value
| Type | Description |
|---|---|
| GridDataRecord | The record entry. |
RecordIndex
Gets the index of the record.
Declaration
public int RecordIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The index of the record. |
StackHeaderColumn
Gets the stack header column.
Declaration
public GridDataStackedHeaderColumn StackHeaderColumn { get; }
Property Value
| Type | Description |
|---|---|
| GridDataStackedHeaderColumn | The stack header column. |
StackHeaderRow
Gets the stack header row.
Declaration
public GridDataStackedHeaderRow StackHeaderRow { get; }
Property Value
| Type | Description |
|---|---|
| GridDataStackedHeaderRow | The stack header row. |
SummaryColumn
Gets the summary column.
Declaration
public GridDataSummaryColumn SummaryColumn { get; }
Property Value
| Type | Description |
|---|---|
| GridDataSummaryColumn | The summary column. |
SummaryRow
Gets the summary row.
Declaration
public GridDataSummaryRow SummaryRow { get; }
Property Value
| Type | Description |
|---|---|
| GridDataSummaryRow | The summary row. |
TableCellType
Gets the type of the table cell.
Declaration
public GridDataTableCellType TableCellType { get; }
Property Value
| Type | Description |
|---|---|
| GridDataTableCellType | The type of the table cell. |
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Implements
System.IDisposable