AspNetEdit.UI.PropertyEditors.BoolEditor.BoolEditor C# (CSharp) Method

BoolEditor() public method

public BoolEditor ( GridRow parentRow ) : System
parentRow GridRow
return System
        public BoolEditor(GridRow parentRow)
            : base(parentRow)
        {
        }