开发者

what is difference between ShowFooter and FooterRow.Visible

what is is the difference bet开发者_JAVA技巧ween gvService.ShowFooter = false; and gvService.FooterRow.Visible = false;.

Could you please tell me which one to use?


FooterRow is represents the footer row in a GridView control.

ShowFooter property is Gets or sets a value indicating whether the footer row is displayed in a GridView control.

Use the FooterRow property to programmatically access the GridViewRow object that represents the footer row in a GridView control. Initially we can set FooterRow visible true or false when creating grid view. But FooterRow property is available only after the GridView control creates the footer row in the RowCreated event.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜