TreeViewItem.IconVisibility property¶
Defined in
Type: TreeViewItem
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public Visibility IconVisibility { get; set; }
Summary: Gets or sets the visibility of the icon associated with the control.
Returns: Visibility
Remarks
A value of Visible displays the icon, while Collapsed hides it. Changing this property may affect the layout of the control.