共用方式為


IRepeatInfoUser.HasFooter 屬性

定義

取得值,指出清單控制項是否包含頁尾區段。

public:
 property bool HasFooter { bool get(); };
public bool HasFooter { get; }
member this.HasFooter : bool
Public ReadOnly Property HasFooter As Boolean

屬性值

Boolean

如果清單控制項包含頁尾區段,則為 true,否則為 false

備註

從介面繼承的清單控制項 IRepeatInfoUser 必須執行 HasFooter 屬性,以指出清單控制項是否包含頁尾區段。

適用於

另請參閱