[]
        
(Showing Draft Content)

C1.Win.FlexGrid.UnboundValueEventArgs

UnboundValueEventArgs Class

Provides data for the GetUnboundValue and SetUnboundValue events.

Inheritance
UnboundValueEventArgs
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class UnboundValueEventArgs : EventArgs

Constructors

Name Description
UnboundValueEventArgs(int, int, object)

Initializes a new instance of the UnboundValueEventArgs class.

Properties

Name Description
Col

Gets the column index for the cell that has an unbound value.

Row

Gets the row index for the cell that has an unbound value.

Value

Gets or sets the unbound value that should be displayed in the cell.