3 references to Subtitle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5754string subtitle = group.Subtitle;
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (2)
97!string.IsNullOrEmpty(_owningGroup.Subtitle) 98? $"{_owningGroup.Header}. {_owningGroup.Subtitle}"