Back to Devexpress

IXtraResizableControl Members

windowsforms-devexpress-dot-utils-dot-controls-dot-ixtraresizablecontrol-dot-underscore-members.md

latest1.4 KB
Original Source

IXtraResizableControl Members

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

Properties

NameDescription
IsCaptionVisibleWhen implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control.
MaxSizeWhen implemented by a control, specifies its default maximum size which is in effect when the control is displayed within a Layout Control.
MinSizeWhen implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control.

Events

NameDescription
ChangedThe 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

IXtraResizableControl Interface

DevExpress.Utils.Controls Namespace