WinExplorerViewStyleOptionsCollection.SetItemWidth(Int32) Method
Sets the item width for all WinExplorerView styles.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Int32 | An Int32 value that is the item width for all WinExplorerView styles. |
Remarks
See the WinExplorerViewStyleOptions.ItemWidth property for details.
See Also