Back to Devexpress

DockPanel.ChildPanelOrientation Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-05b53347.md

latest1.4 KB
Original Source

DockPanel.ChildPanelOrientation Property

For internal use.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(LayoutOrientation.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public LayoutOrientation ChildPanelOrientation { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(LayoutOrientation.Default)>
<XtraSerializableProperty(XtraSerializationVisibility.Visible)>
Public Property ChildPanelOrientation As LayoutOrientation

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Docking.LayoutOrientationDefault

|

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace