Back to Devexpress

AccordionContentContainer.MaximumSize Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontentcontainer-bcd27625.md

latest1.9 KB
Original Source

AccordionContentContainer.MaximumSize Property

Gets or sets the container’s maximum size.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override Size MaximumSize { get; set; }
vb
Public Overrides Property MaximumSize As Size

Property Value

TypeDescription
Size

The container’s maximum size.

|

Remarks

Use the MaximumSize and AccordionContentContainer.MinimumSize properties to set size constraints on the container.

In Stretch mode, the container is stretched to the control’s height. You can set the MaximumSize.Height and/or MinimumSize.Height property to prevent the container from extending/shrinking beyond a specific value.

If the Width or Height field of the MaximumSize property is set to 0 , the maximum width/height is not limited.

See Also

MinimumSize

AccordionContentContainer Class

AccordionContentContainer Members

DevExpress.XtraBars.Navigation Namespace