Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public Size RegularSize { get; set; }

Property Value

Type Description
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