Skip to main content

WinExplorerViewStyleOptionsCollection.SetIndentBetweenGroupAndItem(Int32) Method

Sets the distance between group captions and group content for all WinExplorerView styles.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public void SetIndentBetweenGroupAndItem(
    int value
)

Parameters

Name Type Description
value Int32

An Int32 value that is the distance between group captions and group content.

Remarks

See the WinExplorerViewStyleOptions.IndentBetweenGroupAndItem property for details.

See Also