CommandLinkButtonDescription Property

Gets or sets description text for the command link button.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[EditorAttribute(typeof(MultilineStringEditor), typeof(UITypeEditor))]
[DefaultValueAttribute(null)]
public string? Description { get; set; }

Property Value

String

See Also