FileMask DisplayLabels Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to display labels in the leftmost column.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool DisplayLabels { get; set; }

Field Value

true to display labels; otherwise, false.
See Also