Back to Devexpress

NavigationPane.RegularSize Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-14bdd836.md

latest1.6 KB
Original Source

NavigationPane.RegularSize Property

Gets or sets the size of this NavigationPane‘s content area when the pane is in its regular state.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public Size RegularSize { get; set; }
vb
<DXCategory("Behavior")>
Public Property RegularSize As Size

Property Value

TypeDescription
Size

A Size structure that is the size of this NavigationPane‘s content area when the pane is in its regular state.

|

Remarks

See the NavigationPane.State property for details.

See Also

State

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace