GridView.IDataBoundListControl.ClientIDRowSuffix 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 names of the data fields whose values are appended to the ClientID property value to uniquely identify each instance of a data-bound control.
property cli::array <System::String ^> ^ System::Web::UI::WebControls::IDataBoundListControl::ClientIDRowSuffix { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
string[] System.Web.UI.WebControls.IDataBoundListControl.ClientIDRowSuffix { get; set; }
member this.System.Web.UI.WebControls.IDataBoundListControl.ClientIDRowSuffix : string[] with get, set
Property ClientIDRowSuffix As String() Implements IDataBoundListControl.ClientIDRowSuffix
Property Value
The names of the data fields whose values are used to uniquely identify each instance of a data-bound control when ASP.NET generates the ClientID value.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataBoundListControl interface.