Home / AJAX

Sys.UI.DataView.selectedItemClass Property

RSS
Modified on 2009/11/14 19:12 by Administrator Categorized as Uncategorized

Gets or sets the CSS class name to apply to the currently selected item.

NoteNote:

To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method.

var a = MyDataView.get_selectedItemClass();
MyDataView.set_selectedItemClass(value)

Parameters

Parameter

Description

value

A string representing the CSS class name.

Return Value

A string representing the CSS class name.

See Also

Other Resources

Language Reference