Control.DataKeysContainer 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 a reference to the naming container if the naming container implements IDataKeysControl.
public:
property System::Web::UI::Control ^ DataKeysContainer { System::Web::UI::Control ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.Control DataKeysContainer { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.DataKeysContainer : System.Web.UI.Control
Public ReadOnly Property DataKeysContainer As Control
Property Value
The naming container. In a hierarchy of naming containers that implement IDataKeysControl, the property returns the naming container at the top of the hierarchy, or null
if the current Control object is not in a naming container that implements IDataKeysControl.
- Attributes
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.