Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Default first column of UltraListView
posted

Hi all,

It's mandatory to have that first subitem in ultralistview? How can I access to the text property of that column header? It's not a subitem in fact. Could I at least change the columnheader text?

Thanks 

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    The column in which the item's value is displayed is referred to as the MainColumn, a reference to which is returned by the control's MainColumn property. There is no way to hide the MainColumn; if you want to change the text displayed by the header set the UltraListView.MainColumn.Text property.

Children
No Data