TabbedGroup.TypeName Property
Gets the name of the item's type.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[XtraSerializableProperty]
[DefaultValue("")]
[Browsable(false)]
public override string TypeName { get; }
<XtraSerializableProperty>
<DefaultValue("")>
<Browsable(False)>
Public Overrides ReadOnly Property TypeName As String
Property Value
Type | Default | Description |
---|---|---|
String | The 'TabbedGroup' value. |
See Also
Feedback