Allows specifying which occurrence of the target parameter becomes editable when the template is deployed.
Namespace:
RingSoft.DbLookup.Controls.WPF.Properties
Assembly:
RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
public int Editable { get; set; }
Public Property Editable As Integer
Get
Set
public:
property int^ Editable {
int^ get ();
void set (int^ value);
}
Field Value
The editable.
If the target parameter is used several times in the template, only one occurrence becomes editable;
other occurrences are changed synchronously. To specify the zero-based index of the editable occurrence,
use values >= 0. To make the parameter non-editable when the template is expanded, use -1.