DataGrid.ListManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CurrencyManager for this DataGrid control.
protected public:
property System::Windows::Forms::CurrencyManager ^ ListManager { System::Windows::Forms::CurrencyManager ^ get(); void set(System::Windows::Forms::CurrencyManager ^ value); };
[System.ComponentModel.Browsable(false)]
protected internal System.Windows.Forms.CurrencyManager ListManager { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ListManager : System.Windows.Forms.CurrencyManager with get, set
Protected Friend Property ListManager As CurrencyManager
Property Value
The CurrencyManager for this DataGrid control.
- Attributes