TcxTreeListStyles.OnGetBandFooterStyle Event
Enables you to customize the style settings of band footers.
Declaration
property OnGetBandFooterStyle: TcxTreeListGetBandContentStyleEvent read; write;
Remarks
Sender specifies the tree list.
ABand specifies the band that owns a footer whose style settings are to be specified.
AStyle specifies styles that will be applied to ABand‘s footer.
See Also