Interface IPageableControl
Represents the IPageable interface.
Namespace: Syncfusion.Olap
Assembly: Syncfusion.Olap.Base.dll
Syntax
public interface IPageableControl
Properties
OlapDataManager
Gets or sets the data manager.
Declaration
OlapDataManager OlapDataManager { get; set; }
Property Value
Type | Description |
---|---|
OlapDataManager | The data manager. |
Methods
DataBind()
Binds the data.
Declaration
void DataBind()
Events
RefreshPager
Occurs when [refresh pager].
Declaration
event EventHandler RefreshPager
Event Type
Type |
---|
System.EventHandler |