ListViewEditingSettingsBuilder

Methods

Enabled(System.Boolean)

Enable editing in the ListView.

Parameters

value - System.Boolean

A boolean value determining whether editing should be enabled.

RETURNS

Returns the current ListViewEditingSettingsBuilder instance.

TemplateName(System.String)

Specify an editor template to be used for editing ListView items.

Parameters

templateName - System.String

The name of the editor template

RETURNS

Returns the current ListViewEditingSettingsBuilder instance.

TemplateComponentName(System.String)

Specify an editor template to be used for editing ListView items. Pass the name of a custom Popup editor template, which is configured through the Template component.

Parameters

templateName - System.String

The name of the editor template

RETURNS

Returns the current ListViewEditingSettingsBuilder instance.