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

WinExplorerViewContentStyleOptions.DescriptionMaxOffset Property

Gets or sets the maximum offset for item descriptions in the “Content” style of the WinExplorer View.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(250)]
[XtraSerializableProperty]
public int DescriptionMaxOffset { get; set; }

Property Value

Type Default Description
Int32 250

An Int32 value that is the maximum offset for item descriptions in the “Content” style of the WinExplorer View.

Property Paths

You can access this nested property as listed below:

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