Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150026 | Dec 18,2019 10:09 AM UTC | Dec 20,2019 10:47 AM UTC | WPF | 4 |
![]() |
Tags: SfDataGrid |
<sf:GridNumericColumn HeaderText="Spill (Ml/d)" AllowEditing="True" NumberDecimalDigits="2" MappingName="Spill" CellStyle="{StaticResource SpillCellStyle}" MinValue="0" MaxValue="9999"/>
public double MaxSpill { get { return Volume - m_reservoirWrapper.Capacity; } }
<sf:GridNumericColumn HeaderText="Spill (Ml/d)" AllowEditing="True" NumberDecimalDigits="2" MappingName="Spill" CellStyle="{StaticResource SpillCellStyle}" MinValue="0" MaxValue="{Binding Path=MaxSpill, Mode=OneWay}"/>
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.