C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / ClientIDMode Property

In This Topic
ClientIDMode Property (C1GridView)
In This Topic
Gets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property.
Syntax
'Declaration
 
Public Overrides Property ClientIDMode As System.Web.UI.ClientIDMode
 

Property Value

The default is System.Web.UI.ClientIDMode.AutoID. A value that indicates how the System.Web.UI.Control.ClientID property is generated.
See Also