ListView.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 the name of the data field whose value is used to uniquely identify each data row of a ListView control when the ClientIDMode property is set to Predictable.
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 name of the data field whose value is used to uniquely identify each instance of a ListView 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 ListView instance is cast to an IDataKeysControl interface.