BarManagerOptionsLayout.AllowSerializeBarSubItemChildren Property
Gets or sets whether or not links contained within BarSubItem objects are serialized.
Namespace: DevExpress.XtraBars.Utils
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if links contained within BarSubItem objects are serialized; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowSerializeBarSubItemChildren |
---|---|
BarManager |
|
Remarks
If the AllowSerializeBarSubItemChildren property equals true, settings of BarSubItem children can be saved and restored.
See Also