Skip to main content

WinExplorerViewStyleOptionsCollection.SetVerticalIndent(Int32) Method

Sets a custom value to the WinExplorerViewStyleOptions.VerticalIndent property 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 SetVerticalIndent(
    int value
)

Parameters

Name Type Description
value Int32

An Int32 value that is the new value of the WinExplorerViewStyleOptions.VerticalIndent property for all WinExplorerView Styles.

See Also