AutoEditableItemStyleTextBoxEditControl Property

Gets or sets the Control object used to edit the EditData.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public override Control EditControl { get; set; }

Property Value

Control

Remarks

You can only set an instance of RoundTextBox class or instances derived from it to this property.

Exceptions

ArgumentExceptionThrown if the assigned value is not a RoundTextBox.

See Also