NetXP 3.0 Reference

ListBarGroup.StartEdit Method 

Starts editing this item. The BeforeLabelEdit event will be fired prior to the text box being made visible.

[Visual Basic]
Public Sub StartEdit()
[C#]
public void StartEdit();

Exceptions

Exception TypeCondition
InvalidOperationExceptionIf the item is not part of a ListBar control.

See Also

ListBarGroup Class | NETXP.Controls.Bars Namespace