Simple text is displayed within CellTemplate section by means of xp:TextBlock statement:

       <ColStyle Name="Title" Width="300" Height="0" SortName="Title">

          <CellTemplate>

            <xp:TextBlock

              Text="{Binding Path=[folderObject.title]}">

          </CellTemplate>

        </ColStyle>

The Name attribute contains the name of the column as it appears in the header, default Width and Height, and SortName (the sort has to be defined in the base query SortList section as directory style SortList section is not currently used.

The content is displayed in xp:TextBlock by means of Binding Path that points to the appropriate content attribute, in the above example, Title.

hmtoggle_plus1Improvements
hmtoggle_plus1Example with date
hmtoggle_plus1Example with formatted tooltip