DataElementStyle Property (TextItem)
Gets or sets a value indicating whether the text item value is rendered as an element or attribute.
Property Value
A
DataElementStyle value indicating whether the text item value is rendered as an element or attribute.
TextBox textBox = new TextBox();
textBox.DataElementStyle = DataElementStyle.Attribute;