namespace InABox.DynamicGrid; public interface IDynamicGridNumericColumn : IDynamicGridEditorColumn { int Digits { get; } }