Table of Contents

Method BeginLabelEdit

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginLabelEdit(int)

Creates label editor for given column, for property that is currently selected.

void BeginLabelEdit(int column = 0)

Parameters

column int

Which column's label to edit. Note that you should not use value 1, which is reserved for property value column.

Remarks

When multiple selection is enabled, this applies to all selected properties.