Back to Devexpress

IModelWinLayoutManagerOptions.InvisibleGroupVerticalDistance Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-dot-imodelwinlayoutmanageroptions.md

latest1.9 KB
Original Source

IModelWinLayoutManagerOptions.InvisibleGroupVerticalDistance Property

Specifies the vertical spacing that separates a Layout Group with hidden text from regular Layout Groups.

Namespace : DevExpress.ExpressApp.Win.SystemModule

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
[DefaultValue(10)]
int InvisibleGroupVerticalDistance { get; set; }
vb
<DefaultValue(10)>
Property InvisibleGroupVerticalDistance As Integer

Property Value

TypeDefaultDescription
Int3210

An integer value specifying the vertical spacing that segregates a Layout Group with hidden text from regular Layout Groups.

|

Remarks

This property is in effect for XAF Windows Forms applications only.

See Also

Detail View Layout Customization

IModelWinLayoutManagerOptions Interface

IModelWinLayoutManagerOptions Members

DevExpress.ExpressApp.Win.SystemModule Namespace