Gets serialization tag of the affected element.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls.Docking (in Telerik.Windows.Controls.Docking.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public string AffectedElementSerializationTag { get; private set; } |
| Visual Basic |
|---|
Public Property AffectedElementSerializationTag As String
Get
Private Set |
Field Value
The serialization tag of the affected element.
See Also