WinExplorerViewStyleOptionsCollection.SetGroupCaptionButtonIndent(Int32) Method
Sets the custom value to the WinExplorerViewStyleOptions.GroupCaptionButtonIndent property for all WinExplorerView Styles.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public void SetGroupCaptionButtonIndent(
int value
)
Public Sub SetGroupCaptionButtonIndent(
value As Integer
)
Parameters
Name | Type | Description |
---|---|---|
value | Int32 | An Int32 value that is the new value of the WinExplorerViewStyleOptions.GroupCaptionButtonIndent property for all WinExplorerView Styles. |
See Also
Feedback