TaxPro GST Lib
User guide (Under Construction)
 
×
Menu
Index
SummaryPanel    
Assembly and Namespace: TaxProGST.Controls
 
SummaryPanel control has two views.
InProgess View.
Summary View
Set properties (Before starting Summary Loading)
InProgress = True
ProgressText = "Fetching Data..."
Set properties (At the end of Summary Loading)
InProgress = False
LastAction = "Get Data Success." time will be prefixed internally.
 
ProgressPanel Properties
 
Property
Description
Data Type
InProgress
Set true to activate progress animation and show ProgressText 
bool
ProgressText
Display text below progress animation 
String
SummaryData
SummaryPanel properties grouped together and INotifyPropertyChanged interface implemented for each property available in the same Namespce for DataBinding.
TaxProGST.Core.
SummaryPanelModel
 
Other position specific properties to set different sections of SummaryPanel is listed in below diagram:
 
 
 
 
SummaryPanel