Description
Displays the "in use" marker in the directory style.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
Value | Binding path. |
TextBlock | Marker as textual value. |
ConfigIcon | Marker 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