| GetPaginationIndexName Property |
获取或设置查询串中页索引查询名,当多个控件时请将此设置为控件间不相同
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic string IndexName { get; set; }Public Property IndexName As String
Get
Set
public:
property String^ IndexName {
String^ get ();
void set (String^ value);
}member IndexName : string with get, set
Property Value
Type:
String
See Also