TIWCGJQGridColEditOptionsCustomElemTypes Enumeration

Represents type TIWCGJQGridColEditOptionsCustomElemTypes.

Namespace: IWCGJQGrid
type
 TIWCGJQGridColEditOptionsCustomElemTypes = (jqgceocetButton, jqgceocetCheckbox,jqgceocetFile,jqgceocetHidden,
 jqgceocetImage,jqgceocetPassword,jqgceocetRadio,jqgceocetReset,jqgceocetSubmit,jqgceocetText);

The TIWCGJQGridColEditOptionsCustomElemTypes type exposes the following members.

Show:
 NameDescription
jqgceocetButton

Represents constant jqgceocetButton.

jqgceocetCheckbox

Represents constant jqgceocetCheckbox.

jqgceocetFile

Represents constant jqgceocetFile.

jqgceocetHidden

Represents constant jqgceocetHidden.

jqgceocetImage

Represents constant jqgceocetImage.

jqgceocetPassword

Represents constant jqgceocetPassword.

jqgceocetRadio

Represents constant jqgceocetRadio.

jqgceocetReset

Represents constant jqgceocetReset.

jqgceocetSubmit

Represents constant jqgceocetSubmit.

jqgceocetText

Represents constant jqgceocetText.

Top