8 lines
204 B
C#
8 lines
204 B
C#
|
|
namespace MECF.Framework.UI.Client.RecipeEditorLib.DGExtension.CustomColumn
|
|||
|
|
{
|
|||
|
|
public class TextBoxColumn : EditorDataGridTemplateColumnBase
|
|||
|
|
{
|
|||
|
|
public int MaxLength { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|