RadControls for WinForms

Gets or sets whether the properties of this element should be serialized

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[DefaultValueAttribute(false)]
[BrowsableAttribute(true)]
public virtual bool SerializeProperties { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<DefaultValueAttribute(False)> _
<BrowsableAttribute(True)> _
Public Overridable Property SerializeProperties As Boolean
	Get
	Set

See Also