Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IXtraResizableControl Members

In This Article
Defines an interface a control that can be implemented to provide layout information to a Layout Control.

#Properties

Name Description
IsCaptionVisible When implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control.
MaxSize When implemented by a control, specifies its default maximum size which is in effect when the control is displayed within a Layout Control.
MinSize When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control.

#Events

Name Description
Changed The control that implements this interface must fire the Changed event when specific settings that affect the layout information have been changed, and the Layout Control must update the layout as a result.
See Also