Click or drag to resize

ShellColumnName Property

Gets or sets the column's name. It's maximum size is MAX_COLUMN_NAME_LEN (80) characters.

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

Property Value

Type: String
The name.
See Also