System.Windows.Forms.ListControl: Property Members

The properties of System.Windows.Forms.ListControl are listed below. For a list of all members, see the ListControl Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Properties

DataSourceobject.

Gets or sets the data source for this System.Windows.Forms.ListControl.

DisplayMemberstring.

Gets or sets the property to display for this System.Windows.Forms.ListControl.

FormatInfoIFormatProvider.

Gets or sets the IFormatProvider that provides custom formatting behavior.

FormatStringstring.

Gets or sets the format-specifier characters that indicate how a value is to be displayed.

FormattingEnabledbool.

Gets or sets a value indicating whether formatting is applied to the ListControl.DisplayMember property of the System.Windows.Forms.ListControl.

abstract
SelectedIndexint.

When overridden in a derived class, gets or sets the zero-based index of the currently selected item.

SelectedValueobject.

Gets or sets the value of the member property specified by the ListControl.ValueMember property.

ValueMemberstring.

Gets or sets the path of the property to use as the actual value for the items in the System.Windows.Forms.ListControl.

Protected Properties

[read-only]
AllowSelectionbool.

Gets a value indicating whether the list enables selection of list items.

[read-only]
DataManagerCurrencyManager.

Gets the System.Windows.Forms.CurrencyManager associated with this control.