Skip to main content

WinExplorerViewContentStyleOptions.DescriptionMinOffset Property

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(120)]
[XtraSerializableProperty]
public int DescriptionMinOffset { get; set; }

Property Value

Type Default Description
Int32 120

An Int32 value that is the minimum 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 DescriptionMinOffset
WinExplorerViewStyleOptionsCollection
.Content .DescriptionMinOffset
See Also