The members of System.Web.UI.PersistChildrenAttribute are listed below.
See Also: Inherited members from System.Attribute
Initializes a new instance of the System.Web.UI.PersistChildrenAttribute class using a Boolean value indicating whether to persist nested content as nested controls. | ||
Initializes a new instance of the System.Web.UI.PersistChildrenAttribute class using two Boolean values. One indicating whether to persist nested content as nested controls and the other indicating whether to use a custom persistence method. |
static readonly | Default | PersistChildrenAttribute.
Indicates the default attribute state. The PersistChildrenAttribute.Default field is read-only. |
static readonly | No | PersistChildrenAttribute.
Indicates that nested content should not persist as nested controls at design time. This field is read-only. |
static readonly | Yes | PersistChildrenAttribute.
Indicates that nested content should persist as controls at design time. The PersistChildrenAttribute.Yes field is read-only. |
[read-only] | Persist | bool.
Gets a value that indicates whether the nested content is persisted as nested controls at design time. |
[read-only] | UsesCustomPersistence | bool.
Gets a value indicating whether the server control provides custom persistence of nested controls at design time. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | IsDefaultAttribute()
|