SubCheckOutIndicator class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:37

Description

Displays the "in use" marker in the directory style.

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

ValueBinding path.
TextBlockMarker as textual value.
ConfigIconMarker as icon

Example

Indicator with a character marker

<ColStyle Name="In Use">

         <CellTemplate>

           <l:SubCheckOutIndicator Value="{Binding Path=[page:SubCheckOutInfo]}">

                    <TextBlock Text="*"/>

           </l:SubCheckOutIndicator>

                 </CellTemplate>

</ColStyle>

 

Indicator with an icon marker

<ColStyle Name="U" Width="30">

         <CellTemplate>

                   <l:SubCheckOutIndicator Value="{Binding Path=[article:SubCheckOutInfo]}">

                                 <l:ConfigIcon IconName="tlb_edit"/>

       </l:SubCheckOutIndicator>

   </CellTemplate>

</ColStyle>

See also

<l:SubCheckOutControl