Click or drag to resize
IGroupableElementFullName Property
Gets the full name of this element (GroupName.Name)

Namespace: SD.LLBLGen.Pro.ApplicationCore
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
string FullName { get; }

Property Value

Type: String
Remarks
Returns GroupName.Name if GroupName is set to a value, otherwise Name
See Also