DataGridViewRow.DataGridViewRowAccessibleObject.Owner 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 or sets the DataGridViewRow to which this DataGridViewRow.DataGridViewRowAccessibleObject applies.
public:
property System::Windows::Forms::DataGridViewRow ^ Owner { System::Windows::Forms::DataGridViewRow ^ get(); void set(System::Windows::Forms::DataGridViewRow ^ value); };
public System.Windows.Forms.DataGridViewRow Owner { get; set; }
public System.Windows.Forms.DataGridViewRow? Owner { get; set; }
member this.Owner : System.Windows.Forms.DataGridViewRow with get, set
Public Property Owner As DataGridViewRow
Property Value
The DataGridViewRow that owns this DataGridViewRow.DataGridViewRowAccessibleObject.
Exceptions
When setting this property, the Owner property has already been set.
Applies to
See also
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.