| PaginationBaseZeroVisible Property |
当未有数据时,是否显示,默认为显示
Namespace: Adf.Web.PaginationAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic bool ZeroVisible { get; set; }Public Property ZeroVisible As Boolean
Get
Set
public:
property bool ZeroVisible {
bool get ();
void set (bool value);
}member ZeroVisible : bool with get, set
Property Value
Type:
Boolean
See Also