[]
Gets or sets a value indicating whether the text item value is rendered as an element or attribute.
public DataElementStyle DataElementStyle { get; set; }
Type | Description |
---|---|
DataElementStyle | A DataElementStyle value indicating whether the text item value is rendered as an element or attribute. |
TextBox textBox = new TextBox();
textBox.DataElementStyle = DataElementStyle.Attribute;