ITreeGridNode.HasCellValue method
Namespace: NextDesign.Core
Description
Checks if the value of the cell in the column specified by this node exists. Returns True if the cell value is present.
argument
Name | Type | Description |
---|---|---|
column | ITreeGridColumn | Column information |
Return value
- bool