Class ListViewWithSelection
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
[Scenario.ScenarioMetadata("List View With Selection", "ListView with columns and selection")]
[Scenario.ScenarioCategory("Controls")]
[Scenario.ScenarioCategory("ListView")]
public class ListViewWithSelection : Scenario, IDisposable
Fields
| Improve this Doc View Source_allowMarkingCB
Declaration
public CheckBox _allowMarkingCB
Field Value
Type | Description |
---|---|
CheckBox |
_allowMultipleCB
Declaration
public CheckBox _allowMultipleCB
Field Value
Type | Description |
---|---|
CheckBox |
_customRenderCB
Declaration
public CheckBox _customRenderCB
Field Value
Type | Description |
---|---|
CheckBox |
_listView
Declaration
public ListView _listView
Field Value
Type | Description |
---|---|
ListView |
_scenarios
Declaration
public List<Scenario> _scenarios
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Scenario> |
Methods
| Improve this Doc View SourceSetup()
Declaration
public override void Setup()
Overrides
Implements
System.IDisposable