Skip to main content
A newer version of this page is available. .

WinExplorerViewStyleOptionsCollection.SetIndentBetweenGroups(Int32) Method

Sets the distance between groups for all WinExplorerView styles.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void SetIndentBetweenGroups(
    int value
)

Parameters

Name Type Description
value Int32

An Int32 value that is the distance between groups.

Remarks

See the WinExplorerViewStyleOptions.IndentBetweenGroups property to learn more.

See Also