Indicates whether the Name property should be persisted.

Namespace:  BeeMobile.TransparentControls.Primitives
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
protected virtual bool ShouldSerializeName()
Visual Basic (Declaration)
Protected Overridable Function ShouldSerializeName As Boolean
Visual C++
protected:
virtual bool ShouldSerializeName()

Return Value

true if the property value has changed from its default; otherwise, false.

See Also