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

WinExplorerViewStyleOptionsCollection.SetImageToTextIndent(Int32) Method

Sets a custom value to the WinExplorerViewStyleOptions.ImageToTextIndent property for all WinExplorerView Styles.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void SetImageToTextIndent(
    int value
)

Parameters

Name Type Description
value Int32

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

See Also