Back to Devexpress

WinExplorerViewStyleOptions.ShowDescription Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerviewstyleoptions-1ea4ab50.md

latest4.2 KB
Original Source

WinExplorerViewStyleOptions.ShowDescription Property

Gets or sets whether the Description data column is shown. This property is in effect when the WinExplorer View is displayed in the Tiles or Content style.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public DefaultBoolean ShowDescription { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowDescription As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumeration value that specifies whether the description is shown.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowDescription
WinExplorerViewStyleOptionsCollection

.ExtraLarge .ShowDescription

| | WinExplorerViewStyleOptionsCollection |

.Large .ShowDescription

| | WinExplorerViewStyleOptionsCollection |

.Medium .ShowDescription

| | WinExplorerViewStyleOptionsCollection |

.Small .ShowDescription

| | WinExplorerViewStyleOptionsCollection |

.Tiles .ShowDescription

|

Remarks

When the WinExplorer View is displayed in the Tiles or Content style (to specify the View style, use the WinExplorerView.OptionsView.Style property), it can display the Description data column. The field in the underlying data source for the Description data column is specified by the WinExplorerView.ColumnSet.DescriptionColumn property. If the ShowDescription property is set to Default or True , the Description data column is displayed. Set the ShowDescription property to False , to hide this column.

See Also

Style

DescriptionColumn

WinExplorerViewStyleOptions Class

WinExplorerViewStyleOptions Members

DevExpress.XtraGrid.Views.WinExplorer Namespace