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

WinExplorerViewContentStyleOptions.DescriptionMinWidth Property

Gets or sets the maximum width for item descriptions. This setting is in effect only in the “Content” style of the WinExplorer View.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DefaultValue(300)]
[XtraSerializableProperty]
public int DescriptionMinWidth { get; set; }

Property Value

Type Default Description
Int32 300

An Int32 value that is the maximum item descriptions’ width.

Property Paths

You can access this nested property as listed below:

Object Type Path to DescriptionMinWidth
WinExplorerViewStyleOptionsCollection
.Content .DescriptionMinWidth
See Also