Back to Devexpress

TreeMapFlatDataAdapter.GroupDataMembersSerializable Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapflatdataadapter-889093c5.md

latest1.7 KB
Original Source

TreeMapFlatDataAdapter.GroupDataMembersSerializable Property

Gets the string value used to support serialization of the group data members.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[EditorBrowsable(EditorBrowsableState.Never)]
[NonTestableProperty]
[XtraSerializableProperty]
public string GroupDataMembersSerializable { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<NonTestableProperty>
<XtraSerializableProperty>
<DefaultValue("")>
Public Property GroupDataMembersSerializable As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

TreeMapFlatDataAdapter Class

TreeMapFlatDataAdapter Members

DevExpress.XtraTreeMap Namespace