[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BeforeColEditEventArgs

BeforeColEditEventArgs Class

Provides data for the BeforeColEdit event.

Inheritance
BeforeColEditEventArgs
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class BeforeColEditEventArgs : EventArgs

Properties

Name Description
Cancel

Gets or sets a value indicating that editing should be disallowed.

ColIndex

Indicates the position in the DisplayColumns collection.

Column

Gets the C1DisplayColumn for the column being edited.

KeyChar

Indicates the character that initiated the editing operation.