RepeaterModelDataPageReadyActions Property |
Gets the page loaded actions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "pageReadyActions", EmitDefaultValue = false)]
public IList<ActionData> PageReadyActions { get; }
<DataMemberAttribute(Name := "pageReadyActions", EmitDefaultValue := false)>
Public ReadOnly Property PageReadyActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"pageReadyActions", EmitDefaultValue = false)]
property IList<ActionData^>^ PageReadyActions {
IList<ActionData^>^ get ();
}
[<DataMemberAttribute(Name = "pageReadyActions", EmitDefaultValue = false)>]
member PageReadyActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The page loaded actions.
See Also