OptionsView.ControlDefaultMinSizeCalcMode Property
Gets or sets how default minimum size constraints are calculated for controls that implement the IXtraResizableControl interface.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[DefaultValue(ControlMinSizeCalcMode.CombineControlMinimumSizeAndIXtraResizableMinSize)]
public ControlMinSizeCalcMode ControlDefaultMinSizeCalcMode { get; set; }
<DefaultValue(ControlMinSizeCalcMode.CombineControlMinimumSizeAndIXtraResizableMinSize)>
Public Property ControlDefaultMinSizeCalcMode As ControlMinSizeCalcMode
Property Value
Type | Default | Description |
---|---|---|
ControlMinSizeCalcMode | CombineControlMinimumSizeAndIXtraResizableMinSize |
A ControlMinSizeCalcMode value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ControlDefaultMinSizeCalcMode |
---|---|
DataLayoutControl |
|
LayoutControl |
|
Remarks
Multiple DevExpress WinForms controls implement the IXtraResizableControl interface. Default size constraints can be additionally applied to individual control instances from the Control.MaximumSize and Control.MinimumSize properties. In this case, the default minimum size constraint is calculated according to the ControlDefaultMinSizeCalcMode property.
See Also
Feedback