GoDiagram Web Reference
PartInfosIfLabelNotEditable Property

Gets or sets whether GetStandardPartInfo should produce part information for IGoLabeledNodes even if Label.CanEdit() is false.
Syntax
'Declaration
 
Public Overridable Property PartInfosIfLabelNotEditable As Boolean
public virtual bool PartInfosIfLabelNotEditable {get; set;}

Property Value

This defaults to true
Remarks
If you only want the client JavaScript code to have label text strings when the label (a GoText) is Editable, then you can optimize the data transmission by avoiding sending information for read-only labeled nodes and labeled links by setting this property to false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoViewDataRenderer Class
GoViewDataRenderer Members
PartInfos Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback