Click or drag to resize

GetDynamicColumnDetailsEventArgsFlags Property

Gets or sets the dynamic column's view flags. Note only PDVF_CANWRAP, PDVF_FILLAREA, PDVF_RIGHTALIGN, PDVF_HIDELABEL, PDVF_CENTERALIGN, PDVF_BEGINNEWGROUP are supported for dynamic columns.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public PROPDESC_VIEW_FLAGS Flags { get; set; }

Property Value

Type: PROPDESC_VIEW_FLAGS
The view flags.
See Also