GraffitiGridCellEditor

About #

This class is a means of providing editing capabilities of various types to GraffitiGrid. There are several implemented in the demo project that illustrate its use.

Constants #

This object exposes no constants.

Enumerations #

This object exposes no enumerations.

Events #

NameParametersReturn TypeDescription
EditBegunNoneNoneRaised when an edit operation has begun.
EditCanceledNoneNoneRaised when an edit operation has been canceled.
EditCommitedNoneNoneRaised when an edit operation has been commited.

Methods #

NameParametersReturn TypeDescription
BeginNoneNoneBegins editing.
CancelNoneNoneCancels editing if begun.
CommitNoneNoneCommits the edit operation, if begun.
Constructorcontrol as MobileUIControlNoneCreates a new instance.

Properties #

NameTypeDefault ValueDescription
Column (Read Only)GraffitiGridColumnNilThe column currently being edited.
Control (Read Only)MobileUIControlNilControl to be used for editing operations.
RowGraffitiGridRowNilThe row currently being edited.
VisibleBooleanFalseDetermines whether the editor is currently in use and visible on the user’s screen.