[]
Gets or sets a value that indicates the visibility of CheckBox in the first sub item of each ListItem. This is a dependency property.
public Visibility ItemCheckBoxVisibility { get; set; }
Public Property ItemCheckBoxVisibility As Visibility
Type | Description |
---|---|
Visibility | One of the enumeration values that indicates the visibility of CheckBox in the first sub item. The default is Collapsed. |